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:
		| @ -14,20 +14,16 @@ | ||||
|         } | ||||
|     }, | ||||
|     "startup_wait": 1.0, | ||||
|     "docker": { | ||||
|         "username": "your-username", | ||||
|         "password": "" | ||||
|     }, | ||||
|     "redis": { | ||||
|         "host": "redis", | ||||
|         "port": 6379 | ||||
|     }, | ||||
|     "forward_stats": true, | ||||
|     "snapshot_sync": { | ||||
|         "sleep": 1.5, | ||||
|         "batch_size": 10000, | ||||
|         "starting_sub_id": 100000, | ||||
|         "sync_period": 10 | ||||
|         "sleep": 3, | ||||
|         "batch_size": 800, | ||||
|         "starting_sub_id": 210000, | ||||
|         "sync_period": 30 | ||||
|     }, | ||||
|     "containers": [ | ||||
|         { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user