执行edge-node cache.badge命令时打印进度

This commit is contained in:
GoEdgeLab
2023-09-28 15:02:06 +08:00
parent 769f7a46a2
commit 984977c889
3 changed files with 48 additions and 1 deletions

View File

@@ -14,5 +14,6 @@ const (
// SystemdServiceName systemd
SystemdServiceName = "edge-node"
AccessLogSockName = "edge-node.accesslog.sock"
AccessLogSockName = "edge-node.accesslog"
CacheGarbageSockName = "edge-node.cache.garbage"
)