1#ifndef TENDUKE_SERVICECONFIGURATION_H
2#define TENDUKE_SERVICECONFIGURATION_H
20 const std::chrono::milliseconds &
networkTimeout = std::chrono::milliseconds::zero()
Configuration for supporting services.
Definition ServiceConfiguration.h:12
const std::chrono::milliseconds networkTimeout
Network timeout.
Definition ServiceConfiguration.h:30
const std::chrono::milliseconds networkConnectionTimeout
Network connection timeout.
Definition ServiceConfiguration.h:28
ServiceConfiguration(const std::chrono::milliseconds &networkTimeout=std::chrono::milliseconds::zero(), const std::chrono::milliseconds &networkConnectionTimeout=std::chrono::seconds(60))
Constructs new instance.
Definition ServiceConfiguration.h:19
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4