Fix prev commit

Hardcoded number of queues was leftover from preliminary
work. Use connection_pool_queues.
This commit is contained in:
Howard Chu 2013-08-18 21:15:30 -07:00
parent 34f832faee
commit f947f789f3

View file

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