Skip to content

Commit

Permalink
Minor tidyup
Browse files Browse the repository at this point in the history
  • Loading branch information
franklywatson committed Dec 10, 2024
1 parent 3dce83d commit be2eed2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,12 @@ make DOCKER_RUN_DETACHED=true DOCKER_HOST_PORT=1234 DOCKER_HOST_MOUNT=/my/host/d
### Startup bootstrap indexing

Once your EVM Gateway is up and running you will see it indexing the Flow network which was configured. At the present time this
is a lengthy process (possible 1-3 days, depending on CPU core count) during which time the gateway will not respond to queries.
is a lengthy process (possibly 1-3 days, depending on CPU core count) during which time the gateway will not respond to queries.
Once the data is fully indexed the gateway can serve requests to clients.

To speed up gateway setup we recommend backing up the /flow-evm-gateway/data directory to use when creating additional nodes
To speed up gateway setup we recommend backing up the `/${GATEWAY_HOME_DIR}/data` directory to use when creating additional nodes
using the same release version. We are currently working on an export/import feature that will enable gateway operators to
store state snapshots which can be used to bootstrap the creation of new nodes and mitigate the slow startup time.
store state snapshots to bootstrap newly created nodes without the delay.

### Account and Key Management

Expand Down

0 comments on commit be2eed2

Please sign in to comment.