Skip to content

Commit

Permalink
Merge pull request #26 from varnerac/fix_nif_poolboy_start_link_params
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell authored Oct 7, 2021
2 parents 3634f2f + e459f1f commit deabd51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bcrypt_nif_pool_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ init([]) ->

PoolArgs = [
{name, {local, bcrypt_nif_pool}},
{nif_pool_size, PoolSize},
{nif_pool_max_overflow, MaxOverFlow},
{size, PoolSize},
{max_overflow, MaxOverFlow},
{worker_module, bcrypt_nif_worker}
],

Expand Down

0 comments on commit deabd51

Please sign in to comment.