skip logs

This commit is contained in:
chrislu
2025-03-31 21:25:51 -07:00
parent 9d482a8da9
commit 1af0b282db

View File

@@ -140,7 +140,7 @@ func (sc *SwapFileChunk) ReadDataAt(p []byte, off int64, tsNs int64) (maxStop in
}
maxStop = max(maxStop, logicStop)
if t.TsNs >= tsNs {
if t.TsNs > tsNs {
println("read new data2", t.TsNs-tsNs, "ns")
}
}