<div dir="ltr"><div><div>Very similar delay in your logs<br><br>1386875635.966910 DEBUG root: IndexStore.flush: force=True _pending_writes=0<br>1386875641.161983 DEBUG root: FileStore: Nothing to do<br><br></div>There is a 5 seconds timeout in datastore too<br>
<br># Force a flush after _n_ seconds since the last change to the db<br>_FLUSH_TIMEOUT = 5<br><br></div>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!<br>
</div>