We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d6944 commit cd8e038Copy full SHA for cd8e038
libs/server/StoreWrapper.cs
@@ -445,7 +445,7 @@ public void ResumeCheckpoints(int dbId = 0)
445
/// <summary>
446
/// When replaying AOF we do not want to write AOF records again.
447
/// </summary>
448
- public long ReplayAOF(long untilAddress = -1) => this.databaseManager.ReplayAOF();
+ public long ReplayAOF(long untilAddress = -1) => this.databaseManager.ReplayAOF(untilAddress);
449
450
451
/// Append a checkpoint commit to the AOF
0 commit comments