If a download stalls, i.e., no bytes are received for a significant period, it may be better to restart the download as this may indicate a network glitch.
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-03-14 UTC."],[[["This webpage provides documentation for the `DownloadStallTimeoutOption` in various versions of the Google Cloud C++ client library, ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `DownloadStallTimeoutOption` is used to configure a timeout specifically for stalled downloads, where no data is received for an extended period."],["Setting a download stall timeout is particularly beneficial for large file transfers (GiB to TiB range) because it handles network interruptions better than a fixed timeout, ensuring that downloads are restarted after a stall and prevents an excessively long wait time for a full timeout."],["The `DownloadStallTimeoutOption` type alias represents `std::chrono::seconds`."]]],[]]