Commit 9c98aa4
Fix AdaptiveBatcher timeout calculation (#2093)
Before the fix, the timeout calculation subtracted the passed time from the
timeout calculated for the previous round instead of subtracting it from the
configured timeout value, causing time to pass quicker than expected.1 parent 8e05777 commit 9c98aa4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments