|
| static constexpr uint64_t | BufferNetwork {1024*1024*1} |
| | Size of network ring buffer.
|
| static constexpr std::chrono::seconds | DownloadReadTimeout {60} |
| | Download read timeout in seconds.
|
| static constexpr std::chrono::seconds | BackOffInitial {1} |
| | Initial back-off time.
|
| static constexpr std::chrono::seconds | BackOffMax {300} |
| | Maximum back-off time.
|
| static constexpr int | MaxDownloadRetries {-1} |
| | Maximal number of download retries before cancelling download.
|
| static constexpr char const * | TemporaryFileSuffix {".download"} |
| | suffix of file being downloaded
|