libosmscout  1.1.1
Variables
osmscout::FileDownloaderConfig Namespace Reference

Variables

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

Variable Documentation

◆ BackOffInitial

constexpr std::chrono::seconds osmscout::FileDownloaderConfig::BackOffInitial {1}
static

Initial back-off time.

◆ BackOffMax

constexpr std::chrono::seconds osmscout::FileDownloaderConfig::BackOffMax {300}
static

Maximum back-off time.

◆ BufferNetwork

constexpr uint64_t osmscout::FileDownloaderConfig::BufferNetwork {1024*1024*1}
static

Size of network ring buffer.

◆ DownloadReadTimeout

constexpr std::chrono::seconds osmscout::FileDownloaderConfig::DownloadReadTimeout {60}
static

Download read timeout in seconds.

◆ MaxDownloadRetries

constexpr int osmscout::FileDownloaderConfig::MaxDownloadRetries {-1}
static

Maximal number of download retries before cancelling download.