Skip to content

//sorisdk/com.iplateia.sorisdk/SORIConfig/maxPendingTimeMillis

maxPendingTimeMillis

[androidJvm]
val maxPendingTimeMillis: Long

Maximum time in milliseconds to keep pending requests in the queue.

Requests older than this duration will be automatically discarded when the queue is processed. This prevents stale requests from being sent long after they were originally intended.

Default: 600000 (10 minutes)