diff --git a/service/service.go b/service/service.go index 8e74302..646e2dc 100644 --- a/service/service.go +++ b/service/service.go @@ -30,7 +30,7 @@ var ( // Middleware Cache settings cacheCapacity = 10000 cacheRefreshKey = "opn" // ?$cacheRefreshKey=true to a page to force a refresh - cacheTTL = 30 * time.Minute + cacheTTL = 10 * time.Minute nonCachedPaths = []string{"/api"} )