Skip to content

Commit

Permalink
adding arguments to the transit script to prevent it from timing out …
Browse files Browse the repository at this point in the history
…and expedite download (#887)
  • Loading branch information
vishalchangrani authored Sep 4, 2024
1 parent 8bad294 commit cf81213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/networks/node-ops/node-operation/spork.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you had set the [dynamic bootstrap arguments](https://developers.flow.com/net
</Callout>

1. Run the transit script to fetch the new genesis info:
`./boot-tools/transit pull -b ./bootstrap -t ${PULL_TOKEN} -r ${YOUR_NODE_TYPE}`
`./boot-tools/transit pull -b ./bootstrap -t ${PULL_TOKEN} -r ${YOUR_NODE_TYPE} --concurrency 10 --timeout 15m`

- `PULL_TOKEN` will be provided by the Flow team

Expand Down

0 comments on commit cf81213

Please sign in to comment.