mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-15 21:50:00 +08:00
add missing changes
This commit is contained in:
parent
7e8edc3c4a
commit
67e019d54b
@ -36,7 +36,7 @@ func (fs *FilerServer) uploadReaderToChunks(w http.ResponseWriter, r *http.Reque
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
resultsChan := make(chan *ChunkCreationResult, operation.ConcurrentUploadLimit)
|
resultsChan := make(chan *ChunkCreationResult, 2)
|
||||||
|
|
||||||
var waitForAllData sync.WaitGroup
|
var waitForAllData sync.WaitGroup
|
||||||
waitForAllData.Add(1)
|
waitForAllData.Add(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user