s3-rpc_server: increase max number of open policy handles per pipe to 2048.
authorGünther Deschner <gd@samba.org>
Fri, 29 May 2009 10:41:41 +0000 (12:41 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 29 May 2009 23:55:47 +0000 (01:55 +0200)
Guenther
(cherry picked from commit 9bd8b0a15773d3d5c0649bfb49bb16acfb4bb5f1)

source3/rpc_server/srv_lsa_hnd.c

index e853bb204724940b2429d3950df2eb28ed7e1a19..a09c7ec1c6cb917b9531fa4598c584cb7e895ea6 100644 (file)
@@ -26,7 +26,7 @@
 
 /* This is the max handles across all instances of a pipe name. */
 #ifndef MAX_OPEN_POLS
-#define MAX_OPEN_POLS 1024
+#define MAX_OPEN_POLS 2048
 #endif
 
 /****************************************************************************