Update autorenew.go

This commit is contained in:
sickjuicy 2024-12-01 04:29:29 +01:00
parent eb91865b70
commit b653b805b8

View File

@ -385,9 +385,9 @@ func (a *AutoRenewer) renewExpiredDomains(certs []*ExpiredCerts) ([]string, erro
} }
} }
// For upgrading config from older version of Zoraxy which don't have timeout //For upgrading config from older version of Zoraxy which don't have timeout
if certInfo.PropTimeout == 0 { if certInfo.PropTimeout == 0 {
// Set default timeout //Set default timeout
certInfo.PropTimeout = 300 certInfo.PropTimeout = 300
} }