Page MenuHomePhorge

Avoid missing sync intervals
ClosedPublic

Authored by mollekopf on Jun 27 2016, 11:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 28, 9:50 PM
Unknown Object (File)
Feb 24 2024, 4:59 AM
Unknown Object (File)
Feb 20 2024, 3:20 PM
Unknown Object (File)
Feb 13 2024, 6:54 PM
Unknown Object (File)
Jan 27 2024, 5:19 AM
Unknown Object (File)
Jan 24 2024, 10:59 PM
Unknown Object (File)
Jan 24 2024, 5:00 PM
Unknown Object (File)
Jan 22 2024, 10:12 AM
Subscribers
None

Details

Summary

We tried to guarantee that we never sync more frequently than the
minimum sync interval. It can happen though that the timer fires a
little bit early, resulting in a complete sync interval being missed.

We avoid this problem by only not syncing again if we did sync within
(interval - 2min).

Phabricator: git.kolab.org/T1295

Diff Detail

Repository
rA akonadi
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mollekopf retitled this revision from to Avoid missing sync intervals.
mollekopf updated this object.
mollekopf edited the test plan for this revision. (Show Details)
mollekopf added a reviewer: knauss.
This revision was automatically updated to reflect the committed changes.