more logs

This commit is contained in:
chrislu
2022-01-17 14:15:10 -08:00
parent fc22071a2f
commit 7bf7af971b
2 changed files with 12 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ func newMemoryChunkPages(fh *FileHandle, chunkSize int64) *MemoryChunkPages {
fh: fh,
}
dirtyPages.uploadPipeline = page_writer.NewUploadPipeline(
dirtyPages.uploadPipeline = page_writer.NewUploadPipeline(fh.f.fullpath(),
fh.f.wfs.concurrentWriters, chunkSize, dirtyPages.saveChunkedFileIntevalToStorage)
return dirtyPages