diff --git a/weed/mount/page_writer_pattern.go b/weed/mount/page_writer_pattern.go index 1ebcc19eb..4b4a816ce 100644 --- a/weed/mount/page_writer_pattern.go +++ b/weed/mount/page_writer_pattern.go @@ -10,7 +10,6 @@ const ModeChangeLimit = 3 // For streaming write: only cache the first chunk // For random write: fall back to temp file approach -// writes can only change from streaming mode to non-streaming mode func NewWriterPattern(chunkSize int64) *WriterPattern { return &WriterPattern{