sr-download/config_template.toml

21 lines
328 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
2024-07-24 00:19:17 +08:00
serve_wait_time = 10.0
2024-07-23 19:01:55 +08:00
[sync.fast]
start_id = 76859
2024-07-27 01:24:09 +08:00
end_id = 1321698
2024-07-23 19:01:55 +08:00
worker_count = 10
worker_size = 10
2024-08-24 16:03:29 +08:00
[serve]
host_with_port = "0.0.0.0:10002"
db_max_connect = 10
enable = false