diff --git a/src/shellspawn/shellspawn.c b/src/shellspawn/shellspawn.c index 2f99825bc..1fbb3d0f1 100644 --- a/src/shellspawn/shellspawn.c +++ b/src/shellspawn/shellspawn.c @@ -85,7 +85,7 @@ void setupSocket(void) chmod(addr.sun_path, 0600); - if (listen(g_serverSocket, 1) == -1) + if (listen(g_serverSocket, 16384) == -1) { perror("Listening on unix socket"); exit(EXIT_FAILURE);