From d9cf6d25a4719c4f6fb4d88325f08e49fca18e6b Mon Sep 17 00:00:00 2001 From: Milind Changire Date: Mon, 16 Apr 2018 11:26:40 +0530 Subject: 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 --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') 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 */ -- cgit