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:
parent
1a7898e3a8
commit
9bd8b0a157
@ -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
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user