Skip to content

Commit c6039bc

Browse files
authored
Merge pull request #734 from DuendeSoftware/wcabus-patch-1
Update operational.md
2 parents 10efe96 + 4418772 commit c6039bc

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)