Searched defs:max_connections (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-ldap/
H A Dldap-connection-pool.c12 unsigned int max_connections; member in struct:ldap_connection_pool
40 ldap_connection_pool_init(unsigned int max_connections) argument
45 pool->max_connections = max_connections;
86 ldap_connection_pool_shrink_to(pool, pool->max_connections);
101 ldap_connection_pool_shrink_to(pool, pool->max_connections);
/dovecot/src/indexer/
H A Dworker-pool.c126 unsigned int max_connections; local
136 max_connections = worker_pool_find_max_connections(pool);
137 if (pool->connection_count >= max_connections)

Completed in 26 milliseconds