From 65923b5c208d3f8b4aa17c18cc5e1a77e76a03eb Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 2 Apr 2015 10:06:53 +0200 Subject: [PATCH] The summary event service should send summary events --- cmd/syncthing/summarysvc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/syncthing/summarysvc.go b/cmd/syncthing/summarysvc.go index 8f252e4a..02f6c9fe 100644 --- a/cmd/syncthing/summarysvc.go +++ b/cmd/syncthing/summarysvc.go @@ -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 }