Skip to content

Commit 66e3aca

Browse files
committed
Fix docstring typo
1 parent 3304d64 commit 66e3aca

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
@@ -141,7 +141,7 @@
141141
| `control-period` | the interval, in milliseconds, between use of the controller to adjust the size of the pool, defaults to `60000`
142142
| `dns-options` | an optional map with async DNS resolver settings, for more information check `aleph.netty/dns-resolver-group`. When set, ignores `name-resolver` setting from `connection-options` in favor of shared DNS resolver instance
143143
| `middleware` | a function to modify request before sending, defaults to `aleph.http.client-middleware/wrap-request`
144-
| `pool-builder-fn` | an optional 1-ary function which returns a `io.aleph.dirigiste.IPool` from a map containing the following keys: `generate`, `destroy`, `control-period`, `max-queue-length` and `stats-callback`.
144+
| `pool-builder-fn` | an optional 1-ary function which returns a `io.aleph.dirigiste.IPool` from a map containing the following keys: `generate`, `destroy`, `control-period`, `max-queue-size` and `stats-callback`.
145145
| `pool-controller-builder-fn` | an optional 0-ary function which returns a `io.aleph.dirigiste.IPool$Controller`.
146146
147147
the `connection-options` are a map describing behavior across all connections:

0 commit comments

Comments
 (0)