Skip to content

Commit deabd51

Browse files
authored
Merge pull request #26 from varnerac/fix_nif_poolboy_start_link_params
2 parents 3634f2f + e459f1f commit deabd51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bcrypt_nif_pool_sup.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ init([]) ->
1515

1616
PoolArgs = [
1717
{name, {local, bcrypt_nif_pool}},
18-
{nif_pool_size, PoolSize},
19-
{nif_pool_max_overflow, MaxOverFlow},
18+
{size, PoolSize},
19+
{max_overflow, MaxOverFlow},
2020
{worker_module, bcrypt_nif_worker}
2121
],
2222

0 commit comments

Comments
 (0)