mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 19:19:11 +08:00
adjust comments
This commit is contained in:
parent
0aeec04c31
commit
d8e69df295
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user