Very similar delay in your logs

1386875635.966910 DEBUG root: IndexStore.flush: force=True _pending_writes=0
1386875641.161983 DEBUG root: FileStore: Nothing to do

There is a 5 seconds timeout in datastore too

# Force a flush after _n_ seconds since the last change to the db
_FLUSH_TIMEOUT = 5

The flush in the log is done when updating, while the timeout should happen
every 5 seconds independently, so they don't appear to immediately related
but... the 5 is suspect. Too many 5 involved here grrrr!
_______________________________________________
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel

Reply via email to