reduce cache time

This commit is contained in:
2025-10-21 11:18:10 +00:00
parent ffca4cbf52
commit c35e88ad6a

View File

@@ -11,7 +11,7 @@ import (
const (
cachePath = ".config/gcloud/config-helper-cache.json"
cacheThreshold = 10 * time.Minute
cacheThreshold = 1 * time.Second
)
type credentialCache struct {