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

/dovecot/src/replication/replicator/
H A Dreplicator-queue.c235 time_t next_sync; local
241 next_sync = user->last_fast_sync +
244 next_sync = user->last_full_sync + queue->full_sync_interval;
246 if (next_sync <= ioloop_time)
249 *next_secs_r = next_sync - ioloop_time;

Completed in 11 milliseconds