mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 05:23:35 +08:00
rename
This commit is contained in:
@@ -22,7 +22,7 @@ func (ms *MasterServer) ProcessGrowRequest() {
|
||||
go func() {
|
||||
filter := sync.Map{}
|
||||
for {
|
||||
req, ok := <-ms.vgCh
|
||||
req, ok := <-ms.volumeGrowthRequestChan
|
||||
if !ok {
|
||||
break
|
||||
}
|
||||
|
Reference in New Issue
Block a user