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

/dovecot/src/lib-imap-client/
H A Dimapc-connection.c131 unsigned int throttle_shrink_msecs; member in struct:imapc_connection
1330 if (conn->throttle_shrink_msecs <= conn->client->set.throttle_set.shrink_min_msecs)
1331 conn->throttle_shrink_msecs = 0;
1333 conn->throttle_shrink_msecs = conn->throttle_shrink_msecs*3 / 4;
1336 if (conn->throttle_shrink_msecs > 0) {
1338 timeout_add(conn->throttle_shrink_msecs,
1363 if (conn->throttle_shrink_msecs == 0)
1364 conn->throttle_shrink_msecs = conn->client->set.throttle_set.shrink_min_msecs;
1366 conn->throttle_shrink_msecs *
[all...]

Completed in 13 milliseconds