pull/78/head
xiaojunnuo 2024-06-26 18:37:36 +08:00
parent e0eb3a4413
commit 9172440f79
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export class AcmeService {
directoryUrl: isTest ? acme.directory.letsencrypt.staging : acme.directory.letsencrypt.production,
accountKey: conf.key,
accountUrl: conf.accountUrl,
backoffAttempts: 60,
backoffAttempts: 70,
backoffMin: 5000,
backoffMax: 10000,
});