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
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue