Skip to content

Commit

Permalink
docs: Relayer page size flag reduced to 2k (#122)
Browse files Browse the repository at this point in the history
* adding running node requirements

* Fixing flag

* Reverting this change
  • Loading branch information
calldelegation authored Nov 28, 2023
1 parent 572aa08 commit 7250334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/docs/running-a-node/running-a-beta-4-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ $ fuel-core run \
--relayer-v2-listening-contracts 0x03f2901Db5723639978deBed3aBA66d4EA03aF73 \
--relayer-da-finalization 4 \
--relayer-da-deploy-height 4111672 \
--relayer-log-page-size 10000
--relayer-log-page-size 2000
```

For the full description details of each flag above, run:
Expand Down

0 comments on commit 7250334

Please sign in to comment.