From 3e400a7c88da2fe3ec1b600de2e70eb0807423fa Mon Sep 17 00:00:00 2001 From: ckt1031 <65409152+ckt1031@users.noreply.github.com> Date: Fri, 1 Sep 2023 18:19:28 +0800 Subject: [PATCH] revert: temporary disable InitTokenEncoders --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e141b98a..1de300de 100644 --- a/main.go +++ b/main.go @@ -98,7 +98,7 @@ func main() { } go controller.AutomaticallyTestChannels(frequency) } - controller.InitTokenEncoders() + // controller.InitTokenEncoders() // Initialize HTTP server server := gin.Default()