diff options
-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 */ |