From f8394d4fd87f7db482f4c7c575a4e07b41235e32 Mon Sep 17 00:00:00 2001 From: withchao <993506633@qq.com> Date: Thu, 18 Jul 2024 18:05:09 +0800 Subject: [PATCH] remove old version online subscription --- tools/seq/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/seq/main.go b/tools/seq/main.go index 399e6d934..16da9f156 100644 --- a/tools/seq/main.go +++ b/tools/seq/main.go @@ -12,7 +12,7 @@ func main() { config string 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.Parse() if err := internal.Main(config, time.Duration(second)*time.Second); err != nil {