X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Finit.c;h=808c8d752e1b07a3d1f45d95838e447d71bf35ff;hb=a27a95571da6d9d4c319745d7958ae1a8ae30813;hp=26dacd7bd3ae1677b96823cf6ffc92a9fe711e54;hpb=34f832faee9f215dfdb61de52506f2905258b147;p=openldap diff --git a/servers/slapd/init.c b/servers/slapd/init.c index 26dacd7bd3..808c8d752e 100644 --- a/servers/slapd/init.c +++ b/servers/slapd/init.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2013 The OpenLDAP Foundation. + * Copyright 1998-2016 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -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 );