You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/aleph/http.clj
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -280,6 +280,7 @@
280
280
| `pool` | a custom connection pool
281
281
| `middleware` | custom client middleware for the request
282
282
| `pool-timeout` | timeout in milliseconds for the pool to generate a connection
283
+
| `response-executor` | optional `java.util.concurrent.Executor` that will handle the requests (defaults to a `flow/utilization-executor` of 256 `max-threads` and a `queue-length` of 0)
283
284
| `connection-timeout` | timeout in milliseconds for the connection to become established
284
285
| `request-timeout` | timeout in milliseconds for the arrival of a response over the established connection
285
286
| `read-timeout` | timeout in milliseconds for the response to be completed
0 commit comments