Skip to content

Commit

Permalink
fuck !
Browse files Browse the repository at this point in the history
It forgot this one again !
  • Loading branch information
Gaardsholt committed Oct 12, 2021
1 parent eaaec7e commit a1ef949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func init() {

func secretCleaner() {
for {
time.Sleep(5 * time.Second)
time.Sleep(5 * time.Minute)
secretStore.Lock.RLock()
for k, v := range secretStore.Data {
s, err := Decrypt(v, k)
Expand Down

0 comments on commit a1ef949

Please sign in to comment.