]> git.saurik.com Git - redis.git/blobdiff - anet.c
Ruby client lib updated to the latest git version
[redis.git] / anet.c
diff --git a/anet.c b/anet.c
index 893f42c81ded22ae93cb73004b4d4435ec825220..6406bccf68a2f8ba4a757ee0e19401f5cc49dfab 100644 (file)
--- a/anet.c
+++ b/anet.c
@@ -237,7 +237,7 @@ int anetTcpServer(char *err, int port, char *bindaddr)
         close(s);
         return ANET_ERR;
     }
-    if (listen(s, 32) == -1) {
+    if (listen(s, 64) == -1) {
         anetSetError(err, "listen: %s\n", strerror(errno));
         close(s);
         return ANET_ERR;