proxy-detector/config/config.yaml
2024-12-10 10:44:32 +08:00

19 lines
505 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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