14 Apr
2020
14 Apr
'20
6:35 p.m.
On 13/04/2020 20:28 Ivo c.e4ed1a035298f9021dcfbca4d511c303@ultra.hr wrote:
Default value for replication_full_sync_interval is 24 hours. How is it then possible to get doveadm replicator status results like this one
username priority fast sync full sync success sync failed someuser none 24:23:39 24:23:39 24:23:37 -
# doveconf -a | grep replication_full_sync_interval replication_full_sync_interval = 1 days
# dovecot --version 2.2.33.2 (d6601f4ec)
Those full syncs are not done precisely on the clock. If there is lots of other operations going on, such as higher priority syncs, they get done first.
Aki