Fix unnecessary timer change message insert on sync messages.

This commit is contained in:
Cody Henthorne
2024-09-03 15:43:01 -04:00
committed by GitHub
parent 2c7668253e
commit 0c4725dfa7
3 changed files with 10 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ public final class LogSectionCapabilities implements LogSection {
StringBuilder builder = new StringBuilder().append("-- Local").append("\n")
.append("DeleteSync: ").append(localCapabilities.getDeleteSync()).append("\n")
.append("VersionedExpirationTimer: ").append(localCapabilities.getVersionedExpirationTimer()).append("\n")
.append("\n")
.append("-- Global").append("\n");