diff --git a/deploy/docker-compose.yaml b/deploy/docker-compose.yaml index bb50e30..e2ea6be 100644 --- a/deploy/docker-compose.yaml +++ b/deploy/docker-compose.yaml @@ -1,7 +1,7 @@ services: node: - image: ritualnetwork/infernet-node:1.2.0 + image: ritualnetwork/infernet-node:1.4.0 ports: - "0.0.0.0:4000:4000" volumes: diff --git a/projects/hello-world/container/config.json b/projects/hello-world/container/config.json index feb4650..98112e3 100644 --- a/projects/hello-world/container/config.json +++ b/projects/hello-world/container/config.json @@ -5,7 +5,7 @@ }, "chain": { "enabled": true, - "trail_head_blocks": 0, + "trail_head_blocks": 3, "rpc_url": "###RPC_URL###", "registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170", "wallet": { @@ -24,9 +24,10 @@ }, "forward_stats": true, "snapshot_sync": { - "sleep": 3, - "batch_size": 1800, - "starting_sub_id": 100000 + "sleep": 1.5, + "batch_size": 10000, + "starting_sub_id": 100000, + "sync_period": 10 }, "containers": [ {