Skip to content

Commit 7780419

Browse files
authored
Merge pull request #763 from DuendeSoftware/mb/fix
Minor UI update
2 parents bfbb7d2 + cecd10c commit 7780419

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/identityserver/data

1 file changed

+3
-3
lines changed

src/content/docs/identityserver/data/ef.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,17 @@ This options class contains properties to control the operational store and `Per
126126
`EnableTokenCleanup`
127127
Indicates whether expired grants and pushed authorization requests will be automatically cleaned up from the database. The default is `false`.
128128

129-
`RemoveConsumedTokens` [added in 5.1]
129+
`RemoveConsumedTokens` <span data-shb-badge data-shb-badge-variant="default">added &gt;=5.1</span>
130130
Indicates whether consumed grants will be automatically cleaned up from the database. The default is `false`.
131131

132132
`TokenCleanupInterval`
133133
The token cleanup interval (in seconds). The default is 3600 (1 hour).
134134

135-
`ConsumedTokenCleanupDelay` [added in 6.3]
135+
`ConsumedTokenCleanupDelay` <span data-shb-badge data-shb-badge-variant="default">added &gt;=6.3</span>
136136
The consumed token cleanup delay (in seconds). The default is 0. This delay is the amount of time that must elapse before tokens marked as consumed can be deleted. Note that only refresh tokens with
137137
OneTime usage can be marked as consumed.
138138

139-
`FuzzTokenCleanupStart` [added in 7.0]
139+
`FuzzTokenCleanupStart` <span data-shb-badge data-shb-badge-variant="default">added &gt;=7.0</span>
140140
The background token cleanup job runs at a configured interval. If multiple nodes run the cleanup job at the same time, update conflicts might occur in the store. To reduce the probability of that happening, the startup time can be fuzzed. When enabled, the first run is scheduled at a random time between the host startup and the configured
141141
TokenCleanupInterval. Subsequent runs are run on the configured TokenCleanupInterval. Defaults to `true`.
142142

0 commit comments

Comments
 (0)