Refactor config.json to enhance snapshot synchronization settings. Moved snapshot_sync parameters to a new location, ensuring clarity and organization. This change maintains the same values for sleep, batch_size, starting_sub_id, and sync_period, improving overall configuration structure.
This commit is contained in:
parent
6b431823f5
commit
7e8587660d
@ -11,6 +11,12 @@
|
|||||||
"wallet": {
|
"wallet": {
|
||||||
"max_gas_limit": 4000000,
|
"max_gas_limit": 4000000,
|
||||||
"private_key": "###PRIVATE_KEY###"
|
"private_key": "###PRIVATE_KEY###"
|
||||||
|
},
|
||||||
|
"snapshot_sync": {
|
||||||
|
"sleep": 3,
|
||||||
|
"batch_size": 800,
|
||||||
|
"starting_sub_id": 210000,
|
||||||
|
"sync_period": 30
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"startup_wait": 1.0,
|
"startup_wait": 1.0,
|
||||||
@ -19,12 +25,7 @@
|
|||||||
"port": 6379
|
"port": 6379
|
||||||
},
|
},
|
||||||
"forward_stats": true,
|
"forward_stats": true,
|
||||||
"snapshot_sync": {
|
|
||||||
"sleep": 3,
|
|
||||||
"batch_size": 800,
|
|
||||||
"starting_sub_id": 210000,
|
|
||||||
"sync_period": 30
|
|
||||||
},
|
|
||||||
"containers": [
|
"containers": [
|
||||||
{
|
{
|
||||||
"id": "hello-world",
|
"id": "hello-world",
|
||||||
|
Loading…
Reference in New Issue
Block a user