Bug 309482

Summary: Setting for Refresh Time not used
Product: [Frameworks and Libraries] Akonadi Reporter: Tilman Klaeger <kde>
Component: serverAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: greg
Priority: NOR    
Version: 4.9   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Tilman Klaeger 2012-11-03 15:15:16 UTC
I added my ownCloud to Akonadi and told it to refresh every 60 minutes. But I still watch a connect every 5 minutes in my access logs on the webserver. First I had acutually set it to 5 minutes and changed it later. But also a recreation of the resource and setting Refresh to 60 minutes at the beginning did not change this behaviour.
Also this automatic sync seems not to work, just as in Bug #309481.

Reproducible: Always
Comment 1 Grégory Oestreicher 2012-11-23 20:27:42 UTC
Confirmed here too.

There's a fixed interval set for the collection tree sync that the resource cannot change. The items sync interval however matches the configured interval. In your server log you should see a series of PROPFIND requests that is the collection tree sync, and a series of REPORT requests that is the items sync.

I'm trying to reach the Akonadi devs about this as the source seems to be there.

Cheers,
Grégory
Comment 2 Grégory Oestreicher 2012-12-14 17:32:54 UTC
Git commit d9edf415880370cd96566b556c04678d0961fe38 by Grégory Oestreicher.
Committed on 14/12/2012 at 18:30.
Pushed by goestreicher into branch 'master'.

Respect collection cache policy refresh interval for collection tree sync

REVIEW: 107709

M  +6    -1    server/src/intervalcheck.cpp

http://commits.kde.org/akonadi/d9edf415880370cd96566b556c04678d0961fe38