add new SEARCH_BACKEND_TIMEOUT config option defaulted to 90sec

This commit is contained in:
Nick Sweeting 2021-04-09 00:27:08 -04:00
parent 34371d027a
commit 32764347ce
2 changed files with 3 additions and 2 deletions

View file

@ -157,6 +157,7 @@ CONFIG_SCHEMA: Dict[str, ConfigDefaultDict] = {
# SONIC
'SONIC_COLLECTION': {'type': str, 'default': 'archivebox'},
'SONIC_BUCKET': {'type': str, 'default': 'snapshots'},
'SEARCH_BACKEND_TIMEOUT': {'type': int, 'default': 90},
},
'DEPENDENCY_CONFIG': {