diff options
author | Milind Changire <mchangir@redhat.com> | 2018-04-16 11:26:40 +0530 |
---|---|---|
committer | Atin Mukherjee <amukherj@redhat.com> | 2018-04-18 14:42:40 +0000 |
commit | d9cf6d25a4719c4f6fb4d88325f08e49fca18e6b (patch) | |
tree | c1bdbe335edc346fc8af2aedc43cb7a8049a265e | |
parent | a7525c507eb682d317dafaa7d06ba59b2c50048d (diff) |
glusterd: update listen-backlog value to 1024
Update default value of listen-backlog to 1024 to reflect the changes in
socket.c
This keeps the actual implementation in socket.c and the help text in
glusterd-volume-set.c consistent
Change-Id: If04c9e0bb5afb55edcc7ca57bbc10922b85b7075
fixes: bz#1564600
Signed-off-by: Milind Changire <mchangir@redhat.com>
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index dcd4f580633..25640073b5c 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -2196,7 +2196,7 @@ struct volopt_map_entry glusterd_volopt_map[] = { .description = "This option uses the value of backlog argument that " "defines the maximum length to which the queue of " "pending connections for socket fd may grow.", - .value = "10", + .value = "1024", }, /* Generic transport options */ |