We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1afa2 commit 6374cb8Copy full SHA for 6374cb8
src/commons/eventsourcing/wal.rs
@@ -325,7 +325,7 @@ impl<T: WalSupport> WalStore<T> {
325
// or archives all write-ahead log ("wal-") changes predating the new snapshot.
326
//
327
// It is fine if another thread gets the entity for this handle and updates it while we
328
- // do do this. As it turns out, writing snapshots can be expensive for large objects, so
+ // do this. As it turns out, writing snapshots can be expensive for large objects, so
329
// we do not want block updates while we do this.
330
331
// This function is intended to be called in the back-ground at regular (slow) intervals
0 commit comments