mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-28 22:58:10 +08:00
fix: seq conversion bug
This commit is contained in:
parent
6df8412f56
commit
2ce8d22189
@ -116,7 +116,7 @@ func Main(conf string, del time.Duration) error {
|
|||||||
{
|
{
|
||||||
Prefix: MaxSeq,
|
Prefix: MaxSeq,
|
||||||
GetSeq: cSeq.GetMaxSeq,
|
GetSeq: cSeq.GetMaxSeq,
|
||||||
SetSeq: cSeq.SetMinSeq,
|
SetSeq: cSeq.SetMaxSeq,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Prefix: MinSeq,
|
Prefix: MinSeq,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user