Changed MAX_OPEN_PIPES to 2048.
authorJeremy Allison <jra@samba.org>
Mon, 5 Nov 2001 07:42:55 +0000 (07:42 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 5 Nov 2001 07:42:55 +0000 (07:42 +0000)
Jeremy.
(This used to be commit 591d217ed49b6beca4a87f6b89a81f0c913003dc)

source3/rpc_server/srv_pipe_hnd.c

index ddc8f3cd2de65c07fa5b0f76789289166bce1ce6..cc6415cce7c9ca0170e2155d64c0d6b425fd2171 100644 (file)
@@ -30,7 +30,7 @@ static pipes_struct *chain_p;
 static int pipes_open;
 
 #ifndef MAX_OPEN_PIPES
-#define MAX_OPEN_PIPES 1024
+#define MAX_OPEN_PIPES 2048
 #endif
 
 static pipes_struct *Pipes;