Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
revert duration
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign committed Nov 4, 2021
1 parent ffffdfe commit 9919bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9919bbb

Please sign in to comment.