Skip to content
Snippets Groups Projects
Commit 49bac552 authored by ale's avatar ale
Browse files

Increase error retry timeout to 6 hours

parent 0d74cd9a
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ func (m *Manager) Reload() {
var (
renewalTimeout = 10 * time.Minute
errorRetryTimeout = 10 * time.Minute
errorRetryTimeout = 6 * time.Hour
)
func (m *Manager) updateAllCerts(ctx context.Context, certs []*certInfo) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment