mirror of https://github.com/status-im/consul.git
Gets rid of some unused constants.
This commit is contained in:
parent
4715c04c98
commit
f60fc872d1
|
@ -1,14 +1,5 @@
|
|||
package structs
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
const (
|
||||
QueryTTLMax = 24 * time.Hour
|
||||
QueryTTLMin = 10 * time.Second
|
||||
)
|
||||
|
||||
// QueryDatacenterOptions sets options about how we fail over if there are no
|
||||
// healthy nodes in the local datacenter.
|
||||
type QueryDatacenterOptions struct {
|
||||
|
|
Loading…
Reference in New Issue