Browse Source

skip logs

pull/6683/head
chrislu 4 weeks ago
parent
commit
1af0b282db
  1. 2
      weed/mount/page_writer/page_chunk_swapfile.go

2
weed/mount/page_writer/page_chunk_swapfile.go

@ -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")
}
}

Loading…
Cancel
Save