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.
This commit is contained in:
AStraw
2021-07-09 16:49:54 +08:00
committed by GitHub
parent 1fd7c9cbd3
commit dd443f0238
@@ -56,7 +56,7 @@ state for some duration:
* Approved 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