16 lines
245 B
TOML
16 lines
245 B
TOML
|
[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
|