mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Update comments across the codebase
This commit is contained in:
@@ -143,6 +143,7 @@ func getStorageChannels(storageType StorageType) (ctrlChans []chan<- string, sta
|
||||
return
|
||||
}
|
||||
|
||||
// Create channels
|
||||
func Start(configs []ServerConfig) {
|
||||
// reflected looping is necessary to remove dead channels from loop and not flood switch
|
||||
ctrlChans, statusChans := getHttpChannels(configs)
|
||||
|
||||
Reference in New Issue
Block a user