cleanupWindow

var cleanupWindow: Duration

Determines how frequently the SDK scans for 'lost' transaction attempts when cleanupLostAttempts is true.

Defaults to 1 minute.

The default value balances promptness of lost transaction discovery against the cost of doing the scan, and is suitable for most environments.

An application that prefers to discover lost transactions sooner may reduce this value at the cost of increased resource usage on client and server.