We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10efe96 commit 4418772Copy full SHA for 4418772
src/content/docs/identityserver/reference/efoptions/operational.md
@@ -75,7 +75,9 @@ Settings that affect the background cleanup of expired entries (tokens) from the
75
76
* **`TokenCleanupBatchSize`**
77
78
- Gets or sets the number of records to remove at a time. Defaults to `100`.
+ Gets or sets the number of records to remove per batch operation.
79
+ The cleanup job will perform multiple batch operations as long as there are more records to remove than the configured `TokenCleanupBatchSize`.
80
+ Defaults to `100`.
81
82
* **`FuzzTokenCleanupStart`**
83
0 commit comments