mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-08 17:24:08 +00:00
The summary event service should send summary events
This commit is contained in:
parent
2aa3182476
commit
65923b5c20
@ -137,7 +137,7 @@ func (c *folderSummarySvc) foldersToHandle() []string {
|
|||||||
// we can query about this kind of thing?
|
// we can query about this kind of thing?
|
||||||
last := lastEventRequest
|
last := lastEventRequest
|
||||||
lastEventRequestMut.Unlock()
|
lastEventRequestMut.Unlock()
|
||||||
if time.Since(last) < pingEventInterval {
|
if time.Since(last) > pingEventInterval {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user