reduce cache time
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
cachePath = ".config/gcloud/config-helper-cache.json"
|
cachePath = ".config/gcloud/config-helper-cache.json"
|
||||||
cacheThreshold = 10 * time.Minute
|
cacheThreshold = 1 * time.Second
|
||||||
)
|
)
|
||||||
|
|
||||||
type credentialCache struct {
|
type credentialCache struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user