Skip to content

Commit

Permalink
Specify unit is seconds in with-connection-pool docstring. (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
samwagg authored Oct 1, 2023
1 parent e31fba6 commit d92be15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj_http/client.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d92be15

Please sign in to comment.