From f60fc872d1fab57b78412cf707a24e4564601a84 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Fri, 13 Nov 2015 17:23:24 -0800 Subject: [PATCH] Gets rid of some unused constants. --- consul/structs/prepared_query.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/consul/structs/prepared_query.go b/consul/structs/prepared_query.go index a38adb52cd..ba966c6a3e 100644 --- a/consul/structs/prepared_query.go +++ b/consul/structs/prepared_query.go @@ -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 {