This commit is contained in:
@@ -471,7 +471,7 @@ func (r *indexHandlerRegistry) Remove(folder string) {
|
||||
// RemoveAllExcept stops all running index handlers and removes those pending to be started,
|
||||
// except mentioned ones.
|
||||
// It is a noop if the folder isn't known.
|
||||
func (r *indexHandlerRegistry) RemoveAllExcept(except map[string]struct{}) {
|
||||
func (r *indexHandlerRegistry) RemoveAllExcept(except map[string]remoteFolderState) {
|
||||
r.mut.Lock()
|
||||
defer r.mut.Unlock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user