mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Fix prev commit
Hardcoded number of queues was leftover from preliminary work. Use connection_pool_queues.
This commit is contained in:
parent
34f832faee
commit
f947f789f3
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ slap_init( int mode, const char *name )
|
|||
slap_name = name;
|
||||
|
||||
ldap_pvt_thread_pool_init_q( &connection_pool,
|
||||
connection_pool_max, 0, 4);
|
||||
connection_pool_max, 0, connection_pool_queues);
|
||||
|
||||
slap_counters_init( &slap_counters );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue