From a438590f92681512ea751bf88f092b7816e266e2 Mon Sep 17 00:00:00 2001 From: dtookey Date: Fri, 12 Aug 2022 10:54:40 -0400 Subject: [PATCH] shortened up the LRU cache timeout to 5 minutes --- vinegarUtil/webLRU.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vinegarUtil/webLRU.go b/vinegarUtil/webLRU.go index 6e48ea6..18f8cd1 100644 --- a/vinegarUtil/webLRU.go +++ b/vinegarUtil/webLRU.go @@ -9,7 +9,7 @@ import ( ) const ( - DefaultCacheTimeInMinutes = 15 + DefaultCacheTimeInMinutes = 5 ) type (