EventIndex: Use a setting for the crawler sleep time.
This commit is contained in:
parent
b7b66cfd9a
commit
47156351a6
2 changed files with 25 additions and 4 deletions
|
@ -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,
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue