Gets rid of some unused constants.

This commit is contained in:
James Phillips 2015-11-13 17:23:24 -08:00
parent 4715c04c98
commit f60fc872d1
1 changed files with 0 additions and 9 deletions

View File

@ -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 {