Skip to content

Commit 8018599

Browse files
committed
Correct connection-timeout docstring in def-http-method, too
1 parent b1cb06d commit 8018599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleph/http.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@
507507
| `follow-redirects?` | whether to follow redirects, defaults to `true`; see `aleph.http.client-middleware/handle-redirects`
508508
| `pool` | a custom connection pool
509509
| `pool-timeout` | timeout in milliseconds for the pool to generate a connection
510-
| `connection-timeout` | timeout in milliseconds for the connection to become established, defaults to 60s. Note that this timeout will be ineffective if the pool's `connect-timeout` is lower.
510+
`connection-timeout` | timeout in milliseconds for the connection to become established, defaults to `aleph.netty/default-connect-timeout`. Note that this timeout will be ineffective if the pool's `connect-timeout` is lower.
511511
| `request-timeout` | timeout in milliseconds for the arrival of a response over the established connection
512512
| `read-timeout` | timeout in milliseconds for the response to be completed
513513
| `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)")

0 commit comments

Comments
 (0)