If a transfer (upload, download, or request) stalls, i.e., no bytes are sent or received for a significant period, it may be better to restart the transfer as this may indicate a network glitch. For downloads the google::cloud::storage::DownloadStallTimeoutOption takes precedence.
For large requests (e.g. downloads in the GiB to TiB range) this is a better configuration parameter than a simple timeout, as the transfers will take minutes or hours to complete. Relying on a timeout value for them would not work, as the timeout would be too large to be useful. For small requests, this is as effective as a timeout parameter, but maybe unfamiliar and thus harder to reason about.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The page details the `TransferStallTimeoutOption` for Google Cloud Storage, focusing on how to manage stalled data transfers."],["Version 2.37.0-rc is the latest release, and links to documentation for numerous prior versions are provided, back to version 2.11.0."],["This option is crucial for handling large data transfers because it addresses network issues by restarting transfers that have stalled, where as normal timeouts are too long for large transfers."],["`TransferStallTimeoutOption` is a configuration parameter to be used when a transfer does not send or receive bytes for a long period, and for downloads, the `DownloadStallTimeoutOption` takes priority."],["The type used for this option is an alias of `std::chrono::seconds`, indicating it's measured in seconds."]]],[]]