Fix pending CSR deleted time is 24 hours

From the code, the `pendingExpiration  = 24 * time.Hour`, so the pending CSR deleted time is 24 hours.
pull/28878/head
AStraw 2021-07-09 16:49:54 +08:00 committed by GitHub
parent 1fd7c9cbd3
commit dd443f0238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ state for some duration:
* Approved requests: automatically deleted after 1 hour * Approved requests: automatically deleted after 1 hour
* Denied requests: automatically deleted after 1 hour * Denied requests: automatically deleted after 1 hour
* Pending requests: automatically deleted after 1 hour * Pending requests: automatically deleted after 24 hours
## Signers ## Signers