1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-18 06:50:35 +02:00
This commit is contained in:
Chris Lu 2019-04-04 20:11:59 -07:00
parent 9cc73f4a9a
commit 0bd7ced7c2

View file

@ -101,7 +101,7 @@ func setup(topologyLayout string) *Topology {
Version: storage.CurrentVersion}
server.AddOrUpdateVolume(vi)
}
server.UpAdjustMaxVolumeCountDelta(int(serverMap["limit"].(float64)))
server.UpAdjustMaxVolumeCountDelta(int64(serverMap["limit"].(float64)))
}
}
}