We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2368ed commit 80ec1f9Copy full SHA for 80ec1f9
src/io/vss_store.rs
@@ -213,8 +213,8 @@ struct VssStoreInner {
213
store_id: String,
214
storable_builder: StorableBuilder<RandEntropySource>,
215
key_obfuscator: KeyObfuscator,
216
- // Per-key locks that ensures that we don't have concurrent writes to the same file. The lock also encapsulates the
217
- // latest written version per key.
+ // Per-key locks that ensures that we don't have concurrent writes to the same namespace/key.
+ // The lock also encapsulates the latest written version per key.
218
locks: Mutex<HashMap<String, Arc<RwLock<u64>>>>,
219
}
220
0 commit comments