erlangpack / bcrypt

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

Reconfigure at runtime #34

Open lpil opened 1 year ago

lpil commented 1 year ago

Hello!

Is there a way to reconfigure this library at runtime? It seems that the application env is read when the process pool is started so future changes to the configuration do not get used.

Thanks, Louis

mworrell commented 1 year ago

Hi @lpil, I am afraid it is startup-config only at the moment. Would be nice to be able to dynamically size up/down, but we didn't get the use-case for that yet.