diff --git a/projects/hello-world/container/config.json b/projects/hello-world/container/config.json index 98112e3..99b11d2 100644 --- a/projects/hello-world/container/config.json +++ b/projects/hello-world/container/config.json @@ -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": [ {