]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: incrase socket backlog
authorYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 20 Mar 2012 17:37:35 +0000 (10:37 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 20 Mar 2012 17:37:35 +0000 (10:37 -0700)
20 is too small

Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
src/rgw/rgw_main.cc

index 59fa5b9c861252d5ea7d51c973a640d2aaa0b5b8..a479343c2f5e3a6778d0f9946659561c8a985bca 100644 (file)
@@ -52,7 +52,7 @@ static sighandler_t sighandler_alrm;
 static sighandler_t sighandler_term;
 
 
-#define SOCKET_BACKLOG 20
+#define SOCKET_BACKLOG 1024
 
 static void godown_handler(int signum)
 {