Lower SLAP_MAX_WORKER_THREAD to 16 (from 32)

This commit is contained in:
Kurt Zeilenga 2003-02-17 17:36:01 +00:00
parent fabbbafde9
commit 4d9a4174f5

View file

@ -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)