Update cluster.go
This commit is contained in:
parent
e73efda495
commit
4f6e39341c
|
@ -7,7 +7,7 @@ import (
|
|||
|
||||
const (
|
||||
// minRate is the minimum rate at which we allow an action to be performed
|
||||
// acorss the whole cluster. The value is once a day: 1 / (1 * time.Day)
|
||||
// across the whole cluster. The value is once a day: 1 / (1 * time.Day)
|
||||
minRate = 1.0 / 86400
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue