From 9919bbba86646e03fcf2e6b10e9366cc043c1a5e Mon Sep 17 00:00:00 2001 From: Ignacio Hagopian Date: Thu, 4 Nov 2021 14:51:59 -0300 Subject: [PATCH] revert duration Signed-off-by: Ignacio Hagopian --- service/store/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/store/store.go b/service/store/store.go index d3d2fc6..354355e 100644 --- a/service/store/store.go +++ b/service/store/store.go @@ -33,7 +33,7 @@ import ( const ( // gcInterval specifies how often to run the periodical garbage collector. - gcInterval = time.Second * 30 // TODO(jsign): remove temporal change while is a PR + gcInterval = time.Hour // defaultListLimit is the default list page size. defaultListLimit = 10 // maxListLimit is the max list page size.