aboutsummaryrefslogtreecommitdiff
path: root/plugin/cache/cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/cache/cache.go')
-rw-r--r--plugin/cache/cache.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/cache/cache.go b/plugin/cache/cache.go
index 85e7e1bb8..caa38d1f0 100644
--- a/plugin/cache/cache.go
+++ b/plugin/cache/cache.go
@@ -168,8 +168,6 @@ const (
maxTTL = 1 * time.Hour
maxNTTL = 30 * time.Minute
- minTTL = 5 // seconds
-
defaultCap = 10000 // default capacity of the cache.
// Success is the class for caching positive caching.