increase the listen queue. Now that the eventscripts may become clients and connect...
[sahlberg/ctdb.git] / server / ctdb_daemon.c
index 0aaab236b03aadeddb665a966f8f08fad986c56b..e730d76f55f9a65a5db6bee226dc6c191a8129c2 100644 (file)
@@ -582,7 +582,7 @@ static int ux_socket_bind(struct ctdb_context *ctdb)
        } 
 
 
-       if (listen(ctdb->daemon.sd, 10) != 0) {
+       if (listen(ctdb->daemon.sd, 100) != 0) {
                DEBUG(DEBUG_CRIT,("Unable to listen on ctdb socket '%s'\n", ctdb->daemon.name));
                goto failed;
        }