Skip to content

Commit 4418772

Browse files
authored
Update operational.md
Clarified what the `TokenCleanupBatchSize` is really being used for.
1 parent 10efe96 commit 4418772

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/identityserver/reference/efoptions/operational.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ Settings that affect the background cleanup of expired entries (tokens) from the
7575

7676
* **`TokenCleanupBatchSize`**
7777

78-
Gets or sets the number of records to remove at a time. Defaults to `100`.
78+
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`.
7981

8082
* **`FuzzTokenCleanupStart`**
8183

0 commit comments

Comments
 (0)