diff --git a/kernel/util/ocr.go b/kernel/util/ocr.go index 2fe001f83..58811682b 100644 --- a/kernel/util/ocr.go +++ b/kernel/util/ocr.go @@ -107,7 +107,6 @@ func AutoOCRAssets() { for { autoOCRAssets() - time.Sleep(7 * time.Second) } }