Refactor config.json to enhance snapshot synchronization settings and remove Docker credentials. Updated snapshot_sync parameters: increased sleep time to 3 seconds, adjusted batch_size to 800, changed starting_sub_id to 210000, and extended sync_period to 30 seconds for improved performance.

This commit is contained in:
vvzvlad 2025-01-20 12:59:53 +03:00
parent 82e6047e86
commit 6b431823f5

View File

@ -14,20 +14,16 @@
} }
}, },
"startup_wait": 1.0, "startup_wait": 1.0,
"docker": {
"username": "your-username",
"password": ""
},
"redis": { "redis": {
"host": "redis", "host": "redis",
"port": 6379 "port": 6379
}, },
"forward_stats": true, "forward_stats": true,
"snapshot_sync": { "snapshot_sync": {
"sleep": 1.5, "sleep": 3,
"batch_size": 10000, "batch_size": 800,
"starting_sub_id": 100000, "starting_sub_id": 210000,
"sync_period": 10 "sync_period": 30
}, },
"containers": [ "containers": [
{ {