From 9bd8b0a15773d3d5c0649bfb49bb16acfb4bb5f1 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 29 May 2009 12:41:41 +0200 Subject: s3-rpc_server: increase max number of open policy handles per pipe to 2048. Guenther --- source3/rpc_server/srv_lsa_hnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/rpc_server/srv_lsa_hnd.c b/source3/rpc_server/srv_lsa_hnd.c index d8c48058be..94e73fb54d 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 /**************************************************************************** -- cgit