skip logs
This commit is contained in:
@@ -140,7 +140,7 @@ func (sc *SwapFileChunk) ReadDataAt(p []byte, off int64, tsNs int64) (maxStop in
|
|||||||
}
|
}
|
||||||
maxStop = max(maxStop, logicStop)
|
maxStop = max(maxStop, logicStop)
|
||||||
|
|
||||||
if t.TsNs >= tsNs {
|
if t.TsNs > tsNs {
|
||||||
println("read new data2", t.TsNs-tsNs, "ns")
|
println("read new data2", t.TsNs-tsNs, "ns")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user