add delay to in memory service and update check interval

This commit is contained in:
Jesse Lucas
2020-03-29 16:51:12 -04:00
parent 82f5706350
commit 37f2f2cdf6
5 changed files with 6 additions and 15 deletions
-1
View File
@@ -109,7 +109,6 @@ export class InMemoryConfigDataService {
"ignoredDevices": [],
"ignoredFolders": []
}
console.log("in mem?!?!?", config)
return { config };
}
constructor() { }