Skip to content

Commit

Permalink
chore: increase max_nonce_ahead (#2896)
Browse files Browse the repository at this point in the history
## What ❔

increases max_nonce_ahead in default config

## Why ❔

fix flaky test

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zk fmt` and `zk lint`.
  • Loading branch information
perekopskiy authored Sep 17, 2024
1 parent 1baa585 commit 21af977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/env/file_based/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ api:
filters_limit: 10000
subscriptions_limit: 10000
pubsub_polling_interval: 200
max_nonce_ahead: 20
max_nonce_ahead: 40
gas_price_scale_factor: 1.5
estimate_gas_scale_factor: 1.3
estimate_gas_acceptable_overestimation: 5000
Expand Down

0 comments on commit 21af977

Please sign in to comment.