SyncClientConfig
data class SyncClientConfig(val httpTimeout: <Error class: unknown class> = 10.seconds, val commandTimeout: <Error class: unknown class> = 10.seconds, val pageSize: Int = kDefaultPageSize, val region: String = "us1", val deferCertificateTrustToPlatform: Boolean = true, val useProxy: Boolean = false)
Properties
Link copied to clipboard
Timeout for a command (like update document, insert list item etc.). Sync Client retries http requests until this timeout happens or non-retryable error is received from backend.
Link copied to clipboard
Defer certificate trust decisions to OS, overriding the default of certificate pinning for Twilio back-end connections.
Link copied to clipboard
Timeout for single http request.