mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-03 04:42:25 -06:00
[chore]: Bump go.uber.org/automaxprocs from 1.5.2 to 1.5.3 (#2020)
This commit is contained in:
parent
994d5e80d9
commit
b7891bb462
6 changed files with 14 additions and 6 deletions
4
vendor/go.uber.org/automaxprocs/internal/cgroups/cgroups2.go
generated
vendored
4
vendor/go.uber.org/automaxprocs/internal/cgroups/cgroups2.go
generated
vendored
|
|
@ -159,6 +159,10 @@ func (cg *CGroups2) CPUQuota() (float64, bool, error) {
|
|||
if err != nil {
|
||||
return -1, false, err
|
||||
}
|
||||
|
||||
if period == 0 {
|
||||
return -1, false, errors.New("zero value for period is not allowed")
|
||||
}
|
||||
}
|
||||
|
||||
return float64(max) / float64(period), true, nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue