Files
amnezia-client/client/core/utils/constants/apiConstants.h
T

12 lines
176 B
C++
Raw Normal View History

#ifndef APICONSTANTS_H
#define APICONSTANTS_H
namespace apiDefs
{
constexpr int requestTimeoutMsecs = 12 * 1000; // 12 secs
} // namespace apiDefs
#endif // APICONSTANTS_H