Files
py34/config.toml
2025-08-09 17:15:20 +02:00

18 lines
280 B
TOML

[scraper]
block-size = 1050 # Max 65536
job-deadline = 3600
[client]
server = "http://localhost:8000/"
network-threads = 12
check-missing = false
patch-failed = true
[server]
block-dir = "blocks"
[server.web]
debug = true
server-name = "localhost:8000"
application-root = "/"