1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

s3-rpc_server: increase max number of open policy handles per pipe to 2048.

Guenther
This commit is contained in:
Günther Deschner 2009-05-29 12:41:41 +02:00
parent 1a7898e3a8
commit 9bd8b0a157

View File

@ -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
/****************************************************************************