Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for max_io (0.25 sec)

  1. cmd/site-replication.go

    	})
    }
    
    func getPriorityHelper(replicationConfig replication.Config) int {
    	maxPrio := 0
    	for _, rule := range replicationConfig.Rules {
    		if rule.Priority > maxPrio {
    			maxPrio = rule.Priority
    		}
    	}
    
    	// leave some gaps in priority numbers for flexibility
    	return maxPrio + 10
    }
    
    // returns a slice with site names participating in site replciation but unspecified while adding
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 184.1K bytes
    - Viewed (1)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Lightmaker Property Manager, Inc. : https://app.lmpm.com/
    // Submitted by Greg Holland <******@****.***>
    app.lmpm.com
    
    // linkyard ldt: https://www.linkyard.ch/
    // Submitted by Mario Siegenthaler <mario******@****.***>
    linkyard.cloud
    linkyard-cloud.ch
    
    // Linode : https://linode.com
    // Submitted by <******@****.***>
    members.linode.com
    *.nodebalancer.linode.com
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top