Skip to main content

CleanupOrphanedSettingsStoreEntriesOptions

Options for cleaning up orphaned settings store entries.

Signature

dryRun

propertyboolean
Default:false

If true, perform a dry run without actually deleting entries.

olderThan

propertystring
Default:'7d'

Only delete entries older than this duration. Examples: '30d', '7d', '1h', '30m'

maxDeleteCount

propertynumber
Default:1000

Maximum number of entries to delete in a single operation.

batchSize

propertynumber
Default:100

Batch size for deletion operations.

Was this chapter helpful?
Report Issue
Edited Feb 25, 2026ยทEdit this page