EventIndex: Start the crawler only if it's configured to start.

This commit is contained in:
Damir Jelić
2020-01-17 14:22:22 +01:00
parent 47156351a6
commit 0132c3bbe3
2 changed files with 8 additions and 1 deletions
+5
View File
@@ -490,5 +490,10 @@ export const SETTINGS = {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
displayName: _td("How long should the crawler wait between requests"),
default: 3000,
},
"enableCrawling" : {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
displayName: _td("How long should the crawler wait between requests"),
default: true,
}
};