mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-01 03:19:27 -05:00
Lower SLAP_MAX_WORKER_THREAD to 16 (from 32)
This commit is contained in:
parent
fabbbafde9
commit
4d9a4174f5
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ LDAP_BEGIN_DECL
|
|||
|
||||
#define MAXREMATCHES (100)
|
||||
|
||||
#define SLAP_MAX_WORKER_THREADS (32)
|
||||
#define SLAP_MAX_WORKER_THREADS (16)
|
||||
|
||||
#define SLAP_SB_MAX_INCOMING_DEFAULT ((1<<18) - 1)
|
||||
#define SLAP_SB_MAX_INCOMING_AUTH ((1<<24) - 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue