]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/init.c
Merge remote-tracking branch 'origin/mdb.RE/0.9'
[openldap] / servers / slapd / init.c
index 26dacd7bd3ae1677b96823cf6ffc92a9fe711e54..808c8d752e1b07a3d1f45d95838e447d71bf35ff 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * 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 );