ManageEventIndexDialog: Add back a control for the crawler sleep time.

This commit is contained in:
Damir Jelić
2020-01-31 18:46:45 +01:00
parent 5eb510387c
commit 01c1c2364b
4 changed files with 27 additions and 7 deletions
+7 -2
View File
@@ -492,8 +492,13 @@ export const SETTINGS = {
default: true,
},
"keepSecretStoragePassphraseForSession": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
displayName: _td("Keep secret storage passphrase in memory for this session"),
default: false,
},
"crawlerSleepTime": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
displayName: _td("Keep secret storage passphrase in memory for this session"),
default: false,
displayName: _td("How fast should messages be downloaded."),
default: 3000,
},
};