mirror of https://github.com/status-im/consul.git
Update cluster.go
This commit is contained in:
parent
6d0b9f4dac
commit
358e6827cd
|
@ -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