mmmm giving out security info wasnt great so rotate bank passwords
cicd / ci (push) Failing after 15s
Details
cicd / ci (push) Failing after 15s
Details
parent
b10283d752
commit
1a397dbf45
|
|
@ -90,7 +90,7 @@ func fromCache(k string, ptr interface{}) error {
|
||||||
p := path.Join(d, k)
|
p := path.Join(d, k)
|
||||||
if stat, err := os.Stat(p); err != nil {
|
if stat, err := os.Stat(p); err != nil {
|
||||||
return err
|
return err
|
||||||
} else if time.Since(stat.ModTime()) > time.Hour {
|
} else if time.Since(stat.ModTime()) > 24*time.Hour {
|
||||||
return fmt.Errorf("stale")
|
return fmt.Errorf("stale")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,2 @@
|
||||||
token_2utqstwpn3pxwgvyno56hqdehq
|
token_2utqstwpn3pxwgvyno56hqdehq
|
||||||
token_vr6dnzvfv7c24wuxtmnnzyiqbm
|
token_vr6dnzvfv7c24wuxtmnnzyiqbm
|
||||||
token_r4pbocuwhxoorjiag67rq4zen4
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue