Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maxUnusedQuotasToSearch (0.25 sec)

  1. pkg/volume/util/fsquota/project.go

    var projectsParseRegexp = regexp.MustCompilePOSIX("^([[:digit:]]+):(.*)$")
    var projidParseRegexp = regexp.MustCompilePOSIX("^([^#][^:]*):([[:digit:]]+)$")
    
    var quotaIDLock sync.RWMutex
    
    const maxUnusedQuotasToSearch = 128 // Don't go into an infinite loop searching for an unused quota
    
    type projectType struct {
    	isValid bool // False if we need to remove this line
    	id      common.QuotaID
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 20 14:49:03 UTC 2023
    - 10.6K bytes
    - Viewed (0)
Back to top