Commit 55b68da
committed
Increase boto3 max_pool_connections from default 10 to 50
The default urllib3 connection pool size of 10 causes HTTP connection
queuing under concurrent LLM requests, degrading total response time
by ~60% at 20 concurrent requests.1 parent 4696f44 commit 55b68da
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
0 commit comments