// Increase timeout for large uploads on slow connectionsoptions.TimeoutSeconds = 120;// Decrease for faster failure in responsive environmentsoptions.TimeoutSeconds = 30;
This controls how long the HTTP client will wait for API responses.
Increase this for slow networks or large file uploads. Decrease for
faster failure detection in high-availability scenarios.