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

/dovecot/src/auth/
H A Dauth-request.c38 #define AUTH_REQUEST_MAX_DELAY_SECS (60*5) macro
1952 } else if (timestamp - ioloop_time > AUTH_REQUEST_MAX_DELAY_SECS) {
1959 if (timestamp - ioloop_time > AUTH_REQUEST_MAX_DELAY_SECS)
1960 timestamp = ioloop_time + AUTH_REQUEST_MAX_DELAY_SECS;

Completed in 22 milliseconds