Commit 5a15103
authored
[CON-89] Increase tm event buffer to reduce critical path backpressure (#2428)
## Describe your changes and provide context
Currently, the buffer for tendermint events is too small to properly
handle large amounts of traffic, since filling the buffer up will slow
down the critical path for execution, resulting in potentially longer
block times or at least node falling behind.
## Testing performed to validate your change
Tested in loadtest cluster and detacehd pacific-1 RPC1 parent 4066587 commit 5a15103
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments