setMaxAttemptWaitTime

expect fun setMaxAttemptWaitTime(maxAttemptWaitTime: Int): ReplicatorConfiguration(source)

Set the max time between retry attempts, in seconds. Time between retries is initially small but backs off exponentially up to this limit. Once the limit is reached the interval between subsequent attempts will be the value set here, until max-attempts attempts have been made. The minimum value legal value is 1 second. The default is 5 minutes (300 seconds). Setting the parameter to 0 will restore the default.

Parameters

maxAttemptWaitTime

max attempt wait time

actual fun setMaxAttemptWaitTime(maxAttemptWaitTime: Int): ReplicatorConfiguration(source)
actual fun setMaxAttemptWaitTime(maxAttemptWaitTime: Int): ReplicatorConfiguration(source)