diff options
author | Alexandre Flament <alex@al-f.net> | 2021-01-19 21:44:48 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-01-19 21:44:48 +0100 |
commit | 73c86f9bf233aa4f265d1c01ea94d01563e299f8 (patch) | |
tree | 2f42e532b22e945c97813b8fc1a5fd440eb8569c /searx | |
parent | 3b7b852aa82d068b61bba2fdcc6aa03b4d1e62f6 (diff) | |
download | searxng-73c86f9bf233aa4f265d1c01ea94d01563e299f8.tar.gz searxng-73c86f9bf233aa4f265d1c01ea94d01563e299f8.zip |
[mod] checker: disable by default
Diffstat (limited to 'searx')
-rw-r--r-- | searx/settings.yml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 767bf6d82..d7149ad7c 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -105,11 +105,17 @@ outgoing: # communication with search engines checker: # disable checker when in debug mode off_when_debug: True + # scheduling: interval or int # use "scheduling: False" to disable scheduling - scheduling: - start_after: [300, 1800] # delay to start the first run of the checker - every: [86400, 90000] # how often the checker runs + # to activate the scheduler: + # * uncomment "scheduling" section + # * add "cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1" to your uwsgi.ini + + # scheduling: + # start_after: [300, 1800] # delay to start the first run of the checker + # every: [86400, 90000] # how often the checker runs + # additional tests: only for the YAML anchors (see the engines section) additional_tests: rosebud: &test_rosebud |