shortened up the LRU cache timeout to 5 minutes

This commit is contained in:
dtookey 2022-08-12 10:54:40 -04:00
parent 577525ebaf
commit a438590f92

View File

@ -9,7 +9,7 @@ import (
)
const (
DefaultCacheTimeInMinutes = 15
DefaultCacheTimeInMinutes = 5
)
type (