upload Timeout Millis
Maximum time in milliseconds allowed per attempt when uploading a single captured image. Read once when io.anyline.tiretread.sdk.AnylineTireTreadSdk is initialized; later changes require a re-init to take effect. Defaults to DEFAULT_UPLOAD_TIMEOUT_MILLIS.
Must be strictly positive. Infinite timeouts are not supported: 0 or negative values cause the request to fail immediately (Ktor's request-timeout plugin cancels as soon as the deadline elapses, which is instant for a non-positive value). The constructor rejects such values with an IllegalArgumentException.