The summary event service should send summary events

This commit is contained in:
Jakob Borg 2015-04-02 10:06:53 +02:00
parent 2aa3182476
commit 65923b5c20

View File

@ -137,7 +137,7 @@ func (c *folderSummarySvc) foldersToHandle() []string {
// we can query about this kind of thing?
last := lastEventRequest
lastEventRequestMut.Unlock()
if time.Since(last) < pingEventInterval {
if time.Since(last) > pingEventInterval {
return nil
}