This commit is contained in:
claire bontempo 2023-05-19 04:38:13 -07:00 committed by GitHub
parent 0750d31a4c
commit 7753808910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ Defaults to 8760 hours (1 year).`,
Type: framework.TypeDurationSecond,
Description: `The amount of time that must pass after creation
that an account with no orders is marked revoked, and the amount of time
after being marked revoked or dea`,
after being marked revoked or deactivated.`,
Default: int(defaultTidyConfig.AcmeAccountSafetyBuffer / time.Second), // TypeDurationSecond currently requires defaults to be int
}