Nitrokey / nethsm-pkcs11

PKCS#11 module for NetHSM
Other
34 stars 10 forks source link

Use request coalescing for `fetch_all_keys` #174

Closed sosthene-nitrokey closed 7 months ago

sosthene-nitrokey commented 8 months ago

Right now multiple parallel calls to fetch_all_keys can happen at the same time because there is indication that the DB is already being refreshed by another thread.