mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-04 03:13:15 +08:00
remove old version online subscription
This commit is contained in:
parent
ddf8f0d5cd
commit
f8394d4fd8
@ -12,7 +12,7 @@ func main() {
|
|||||||
config string
|
config string
|
||||||
second int
|
second int
|
||||||
)
|
)
|
||||||
flag.StringVar(&config, "c", "/Users/chao/Desktop/project/open-im-server/config", "config directory")
|
flag.StringVar(&config, "c", "", "config directory")
|
||||||
flag.IntVar(&second, "sec", 3600*24, "delayed deletion of the original seq key after conversion")
|
flag.IntVar(&second, "sec", 3600*24, "delayed deletion of the original seq key after conversion")
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
if err := internal.Main(config, time.Duration(second)*time.Second); err != nil {
|
if err := internal.Main(config, time.Duration(second)*time.Second); err != nil {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user