Commit b98356a4 authored by Thunnini's avatar Thunnini
Browse files

Increase the caching lifetime for the pools query

parent dbf645ef
Showing with 1 addition and 1 deletion
+1 -1
......@@ -24,7 +24,7 @@ import (
var (
sdkIntMaxValue = sdk.NewInt(0)
queryPoolsCache = cache.New(1*time.Second, 5*time.Second)
queryPoolsCache = cache.New(3*time.Second, 10*time.Second)
)
func init() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment