erlangpack / bcrypt

Erlang wrapper for OpenBSD's Blowfish password hashing code
https://hex.pm/packages/bcrypt
Other
16 stars 19 forks source link

Fix Poolboy start_link params #26

Closed varnerac closed 2 years ago

varnerac commented 2 years ago

The values passed from the NIF pool supervisor to Poolboy's start_link have the wrong name and are ignored. This patch renames them to the correct names.

See: https://github.com/devinus/poolboy/blob/master/src/poolboy.erl#L157-L160

mworrell commented 2 years ago

Thanks!