离线镜像下载防抖保护

This commit is contained in:
user123456
2025-06-13 12:56:30 +08:00
parent fa14a5f5be
commit 4756ada922
2 changed files with 138 additions and 0 deletions

View File

@@ -69,6 +69,9 @@ func main() {
// 初始化镜像流式下载器
initImageStreamer()
// 初始化防抖器
initDebouncer()
gin.SetMode(gin.ReleaseMode)
router := gin.Default()