From: Günther Deschner Date: Fri, 29 May 2009 10:41:41 +0000 (+0200) Subject: s3-rpc_server: increase max number of open policy handles per pipe to 2048. X-Git-Tag: tdb-1.1.5~390^2~45 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=9bd8b0a15773d3d5c0649bfb49bb16acfb4bb5f1 s3-rpc_server: increase max number of open policy handles per pipe to 2048. Guenther --- diff --git a/source3/rpc_server/srv_lsa_hnd.c b/source3/rpc_server/srv_lsa_hnd.c index d8c48058be9..94e73fb54d4 100644 --- a/source3/rpc_server/srv_lsa_hnd.c +++ b/source3/rpc_server/srv_lsa_hnd.c @@ -46,7 +46,7 @@ struct handle_list { /* 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 /****************************************************************************