generated from kedaya_haitao/template
19 lines
505 B
YAML
19 lines
505 B
YAML
port: 12580 # default 12580
|
||
|
||
# source list file
|
||
source-files:
|
||
- ./config/source.yaml
|
||
# use web file
|
||
# - https://example.com/config/source.yaml
|
||
|
||
# ======= 可选项,留空使用default值 ======= #
|
||
|
||
#==== Interval between each crawling ====#
|
||
crawl-interval: 30 # v0.5.x default 60 (minutes)
|
||
#crontime: # v0.4.x default 60 (minutes). Deprecated in the newest version
|
||
healthcheck-timeout: 30 # default 5 (seconds)
|
||
healthcheck-interval: 10
|
||
|
||
goroutines: 500
|
||
|