scottlamb / moonfire-nvr

Moonfire NVR, a security camera network video recorder
Other
1.18k stars 138 forks source link

upgrade to Rust 1.70, use `std::sync::OnceLock` #283

Closed scottlamb closed 1 year ago

scottlamb commented 1 year ago

The most notable part of this is that db::auth no longer holds a lock during password hashing operations. That was probably never a great idea...