2024-12-10 10:38:35 +08:00
|
|
|
|
port: 12580 # default 12580
|
|
|
|
|
|
|
|
|
|
# source list file
|
|
|
|
|
source-files:
|
2024-12-10 10:44:32 +08:00
|
|
|
|
- ./config/source.yaml
|
2024-12-10 10:38:35 +08:00
|
|
|
|
# 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
|
|
|
|
|
|