lib/model: Don't pull if ignores failed to load and cleanup (#5418)

This commit is contained in:
Simon Frei
2019-01-01 10:17:14 +01:00
committed by Jakob Borg
parent 48dab8f201
commit 47e08797cb
3 changed files with 26 additions and 20 deletions

View File

@@ -58,7 +58,6 @@ type service interface {
Override(*db.FileSet, func([]protocol.FileInfo))
Revert(*db.FileSet, func([]protocol.FileInfo))
DelayScan(d time.Duration)
IgnoresUpdated() // ignore matcher was updated notification
SchedulePull() // something relevant changed, we should try a pull
Jobs() ([]string, []string) // In progress, Queued
Scan(subs []string) error