From c35e88ad6a19178e20e67303d89d55bc38ba2cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 21 Oct 2025 11:18:10 +0000 Subject: [PATCH] reduce cache time --- pkgs/gcloud-wrapper/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/gcloud-wrapper/main.go b/pkgs/gcloud-wrapper/main.go index 315cabd..acf3f1e 100644 --- a/pkgs/gcloud-wrapper/main.go +++ b/pkgs/gcloud-wrapper/main.go @@ -11,7 +11,7 @@ import ( const ( cachePath = ".config/gcloud/config-helper-cache.json" - cacheThreshold = 10 * time.Minute + cacheThreshold = 1 * time.Second ) type credentialCache struct {