Searched refs:worker_max_count (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/auth/
H A Dauth-settings.h78 unsigned int worker_max_count; member in struct:auth_settings
H A Dauth-settings.c266 DEF(SET_UINT, worker_max_count),
327 .worker_max_count = 30,
428 if (set->worker_max_count == 0) {
H A Dauth-worker-server.c336 unsigned int max_count = global_auth_settings->worker_max_count;
489 auth_workers_throttle_count = global_auth_settings->worker_max_count;

Completed in 13 milliseconds