Raise simultaneous open pipes from 64 to 1024 for large print server
authorJeremy Allison <jra@samba.org>
Sat, 27 Oct 2001 07:16:48 +0000 (07:16 +0000)
committerJeremy Allison <jra@samba.org>
Sat, 27 Oct 2001 07:16:48 +0000 (07:16 +0000)
environments.
Jeremy.

source/rpc_server/srv_pipe_hnd.c

index 10d0c3bcb84c21aaecd4263a21bdbb27f3930ea2..a47553dcd19d756360693c09590e16e13c0bc6e2 100644 (file)
@@ -30,7 +30,7 @@ static pipes_struct *chain_p;
 static int pipes_open;
 
 #ifndef MAX_OPEN_PIPES
-#define MAX_OPEN_PIPES 64
+#define MAX_OPEN_PIPES 1024
 #endif
 
 static pipes_struct *Pipes;