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 0288214 commit 9468cd8Copy full SHA for 9468cd8
lib/state/state.ts
@@ -27,7 +27,6 @@ export const checkSession = async (
27
}
28
29
30
- // Always check for compaction on every message check
31
const lastCompactionTimestamp = findLastCompactionTimestamp(messages)
32
if (lastCompactionTimestamp > state.lastCompaction) {
33
state.lastCompaction = lastCompactionTimestamp
0 commit comments