mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 03:42:08 +08:00
fix: push update.
This commit is contained in:
parent
20db896ced
commit
5fbe768e4b
2
pkg/common/db/cache/msg.go
vendored
2
pkg/common/db/cache/msg.go
vendored
@ -31,7 +31,7 @@ import (
|
||||
"golang.org/x/sync/errgroup"
|
||||
)
|
||||
|
||||
const msgCacheTimeout = 86400
|
||||
const msgCacheTimeout = 86400 * time.Second
|
||||
|
||||
const (
|
||||
maxSeq = "MAX_SEQ:"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user