Commit 3ef58ed
authored
fix: increase MaxIdleConnsPerHost to 100 (#205)
during the load tests there were many AckAction RPCs failing with connect: cannot assign requested address. Increase to the same value as MaxIdleConns as Cast AI client usually connects to a single destination. See golang/go#16012 (comment) for more details1 parent c9f685d commit 3ef58ed
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
0 commit comments