mirror of https://github.com/searxng/searxng.git
[mod] checker: disable by default
This commit is contained in:
parent
3b7b852aa8
commit
73c86f9bf2
|
@ -105,11 +105,17 @@ outgoing: # communication with search engines
|
||||||
checker:
|
checker:
|
||||||
# disable checker when in debug mode
|
# disable checker when in debug mode
|
||||||
off_when_debug: True
|
off_when_debug: True
|
||||||
|
|
||||||
# scheduling: interval or int
|
# scheduling: interval or int
|
||||||
# use "scheduling: False" to disable scheduling
|
# use "scheduling: False" to disable scheduling
|
||||||
scheduling:
|
# to activate the scheduler:
|
||||||
start_after: [300, 1800] # delay to start the first run of the checker
|
# * uncomment "scheduling" section
|
||||||
every: [86400, 90000] # how often the checker runs
|
# * 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: only for the YAML anchors (see the engines section)
|
||||||
additional_tests:
|
additional_tests:
|
||||||
rosebud: &test_rosebud
|
rosebud: &test_rosebud
|
||||||
|
|
Loading…
Reference in New Issue