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, Oct 10, 10:17 AM
Unknown Object (File)
Thu, Oct 10, 10:17 AM
Unknown Object (File)
Thu, Oct 10, 10:16 AM
Unknown Object (File)
Thu, Oct 10, 10:13 AM
Unknown Object (File)
Wed, Oct 9, 11:32 AM
Unknown Object (File)
Sep 16 2024, 8:04 PM
Unknown Object (File)
Sep 16 2024, 2:33 PM
Unknown Object (File)
Sep 13 2024, 9:03 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
Branch
kolab/integration/1.12.0
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 4041
Build 4028: arc lint + arc unit

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.