EventIndex: Use a setting for the crawler sleep time.

This commit is contained in:
Damir Jelić 2019-11-26 13:25:34 +01:00
parent b7b66cfd9a
commit 47156351a6
2 changed files with 25 additions and 4 deletions

View file

@ -486,4 +486,9 @@ export const SETTINGS = {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
default: RIGHT_PANEL_PHASES.GroupMemberList,
},
"crawlerSleepTime": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
displayName: _td("How long should the crawler wait between requests"),
default: 3000,
}
};