Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: create a
WitnessConfig
that removes limits (#12642)
Such config that disables limits is useful for tests/benchmarks. An equivalent `test_disabled` already exists for `CongestionControlConfig`: https://github.com/near/nearcore/blob/e692d204ed97add40f6fa5baea4477f9b28f9c49/core/parameters/src/config.rs#L217-L221 I plan to use `WitnessConfig::test_disabled` in a follow up PR to make `benchmarknet` config adjustments.
- Loading branch information