diff --git a/pkg/common/db/cache/msg.go b/pkg/common/db/cache/msg.go index a2502ca80..e8a86b71b 100644 --- a/pkg/common/db/cache/msg.go +++ b/pkg/common/db/cache/msg.go @@ -31,7 +31,7 @@ import ( "golang.org/x/sync/errgroup" ) -const msgCacheTimeout = 86400 +const msgCacheTimeout = 86400 * time.Second const ( maxSeq = "MAX_SEQ:"