From 2a1e038cc6f81173cc0921c1ce0519593c2b8c53 Mon Sep 17 00:00:00 2001 From: Sam Waggoner Date: Fri, 29 Sep 2023 10:36:25 -0500 Subject: [PATCH] Specify unit is seconds in with-connection-pool docstring. --- src/clj_http/client.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj_http/client.clj b/src/clj_http/client.clj index f4c25ec7..c6dcfbb0 100644 --- a/src/clj_http/client.clj +++ b/src/clj_http/client.clj @@ -1294,7 +1294,7 @@ The following options are supported: - :timeout - Time that connections are left open before automatically closing + :timeout - Time in seconds that connections are left open before automatically closing default: 5 :threads - Maximum number of threads that will be used for connecting default: 4