Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithNPeers (0.04 sec)

  1. cmd/admin-handlers.go

    			Host:           local,
    			CurrentVersion: Version,
    			UpdatedVersion: lrTime.Format(MinioReleaseTagTimeLayout),
    		}
    	}
    
    	if !dryRun {
    		if globalIsDistErasure {
    			ng := WithNPeers(len(globalNotificationSys.peerClients))
    			for idx, client := range globalNotificationSys.peerClients {
    				if failedClients[idx] {
    					continue
    				}
    				client := client
    				ng.Go(ctx, func() error {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 04 11:32:32 UTC 2024
    - 99.7K bytes
    - Viewed (0)
Back to top