sr-download/config_template.toml

16 lines
245 B
TOML
Raw Normal View History

2024-07-23 19:01:55 +08:00
[db]
url = "postgres://srdown:srdown@localhost:5432/srdown"
schema = "public"
max_connections = 10
sqlx_logging = false
[sync]
max_timeout = 1.0
start_id = 76859
[sync.fast]
start_id = 76859
end_id = 1321469
worker_count = 10
worker_size = 10