From c607061daeb39d7b5c92c8d648ac0cf15dc4cf0e Mon Sep 17 00:00:00 2001 From: starry <115192496+sky22333@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:07:43 +0800 Subject: [PATCH] LF --- src/config.toml | 1 - src/token_cache.go | 1 - 2 files changed, 2 deletions(-) diff --git a/src/config.toml b/src/config.toml index ad85bd2..9c55367 100644 --- a/src/config.toml +++ b/src/config.toml @@ -1,5 +1,4 @@ [server] -# 监听地址,默认监听所有接口 host = "0.0.0.0" # 监听端口 port = 5000 diff --git a/src/token_cache.go b/src/token_cache.go index 8365b00..65edf45 100644 --- a/src/token_cache.go +++ b/src/token_cache.go @@ -99,7 +99,6 @@ func getManifestTTL(reference string) time.Duration { return 10 * time.Minute } - // 普通tag: 中等缓存时间 return defaultTTL }