Skip to content

Commit

Permalink
Clarify that other operations run while tidy is paused (hashicorp#19914)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
  • Loading branch information
cipherboy authored Mar 31, 2023
1 parent ea130fd commit 1239875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/api-docs/secret/pki.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3844,7 +3844,7 @@ expiration time.

- `pause_duration` `(string: "0s")` - Specifies the duration to pause
between tidying individual certificates. This releases the revocation
lock and allows other operations to continue while tidy is running.
lock and allows other operations to continue while tidy is paused.
This allows an operator to control tidy's resource utilization within
a timespan: the LIST operation will remain in memory, but the space
between reading, parsing, and updates on-disk cert entries will be
Expand Down

0 comments on commit 1239875

Please sign in to comment.