Skip to content

Commit 3a3c06e

Browse files
committed
updated documentation
1 parent 94e553f commit 3a3c06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ defmodule BigPool.Application do
177177
def start(_type, _args) do
178178
children = [
179179
...
180-
:hackney_pool.child_spec(:my_big_pool, timeout: 60_000, recv_timeout: 60_000, max_connections: 1000)
180+
:hackney_pool.child_spec(:my_big_pool, max_connections: 1000)
181181
...
182182
]
183183

0 commit comments

Comments
 (0)