diff options
| author | chrislu <chris.lu@gmail.com> | 2022-08-07 11:35:33 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-08-07 11:35:33 -0700 |
| commit | d8e69df295f5338c8e7060d68c885a07361c09b3 (patch) | |
| tree | 8d713890d2958cca4e806cf92aee4ef94e56ebfd | |
| parent | 0aeec04c31ca8b559382eb7dfbdc09ccea6b9fe5 (diff) | |
| download | seaweedfs-d8e69df295f5338c8e7060d68c885a07361c09b3.tar.xz seaweedfs-d8e69df295f5338c8e7060d68c885a07361c09b3.zip | |
adjust comments
| -rw-r--r-- | weed/mount/page_writer_pattern.go | 1 |
1 files changed, 0 insertions, 1 deletions
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{ |
