shortened up the LRU cache timeout to 5 minutes
This commit is contained in:
parent
577525ebaf
commit
a438590f92
@ -9,7 +9,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
DefaultCacheTimeInMinutes = 15
|
DefaultCacheTimeInMinutes = 5
|
||||||
)
|
)
|
||||||
|
|
||||||
type (
|
type (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user