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

/dovecot/src/auth/
H A Dauth-worker-server.c63 static unsigned int auth_workers_throttle_count; variable
178 if (array_count(&connections) >= auth_workers_throttle_count)
320 auth_workers_throttle_count = array_count(&connections);
326 if (auth_workers_throttle_count >= array_count(&connections))
327 auth_workers_throttle_count = array_count(&connections)-1;
328 else if (auth_workers_throttle_count > 1)
329 auth_workers_throttle_count--;
348 auth_workers_throttle_count = max_count;
349 } else if (auth_workers_throttle_count < max_count)
350 auth_workers_throttle_count
[all...]

Completed in 43 milliseconds