Skip to content

Commit

Permalink
cleanup every 5 seconds might be "a bit" too much
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaardsholt committed Oct 11, 2021
1 parent a0e4aa4 commit 9579b6d
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 @@ -64,7 +64,7 @@ func secretCleaner() {
}
}
secretStore.Lock.RUnlock()
time.Sleep(5 * time.Second)
time.Sleep(5 * time.Minute)
}
}

Expand Down

0 comments on commit 9579b6d

Please sign in to comment.