Skip to content

Commit ba43078

Browse files
author
Pablo Lopez
committed
Enable pipelining
1 parent ae1614a commit ba43078

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/kinetic.erl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,9 @@ start_pool() ->
314314
PoolName = kinetic_utils:pool_name(Region),
315315
Endpoint = kinetic_utils:endpoint(Region),
316316
ehttpc_sup:start_pool(PoolName,
317-
[{host, Endpoint}, {port, 443}, {pool_size, PoolSize}])
317+
[{host, Endpoint},
318+
{port, 443},
319+
{pool_size, PoolSize},
320+
{enable_pipelining, true}])
318321
end,
319322
kinetic_utils:regions()).

0 commit comments

Comments
 (0)