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:
		| @ -11,6 +11,12 @@ | ||||
|         "wallet": { | ||||
|             "max_gas_limit": 4000000, | ||||
|             "private_key": "###PRIVATE_KEY###" | ||||
|         }, | ||||
|         "snapshot_sync": { | ||||
|             "sleep": 3, | ||||
|             "batch_size": 800, | ||||
|             "starting_sub_id": 210000, | ||||
|             "sync_period": 30 | ||||
|         } | ||||
|     }, | ||||
|     "startup_wait": 1.0, | ||||
| @ -19,12 +25,7 @@ | ||||
|         "port": 6379 | ||||
|     }, | ||||
|     "forward_stats": true, | ||||
|     "snapshot_sync": { | ||||
|         "sleep": 3, | ||||
|         "batch_size": 800, | ||||
|         "starting_sub_id": 210000, | ||||
|         "sync_period": 30 | ||||
|     }, | ||||
|  | ||||
|     "containers": [ | ||||
|         { | ||||
|             "id": "hello-world", | ||||
|  | ||||
		Reference in New Issue
	
	Block a user