perf: 优化申请证书最大超时时长

This commit is contained in:
xiaojunnuo
2026-02-06 16:26:26 +08:00
parent beb7a4c992
commit 00f67d86d6
2 changed files with 5 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ export class AcmeService {
externalAccountBinding: this.eab,
backoffAttempts: this.options.maxCheckRetryCount || 20,
backoffMin: 5000,
backoffMax: 1000*1000,
backoffMax: 30*1000,
urlMapping,
signal: this.options.signal,
logger: this.logger,