mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
12 lines
155 B
C++
12 lines
155 B
C++
|
|
#ifndef APICONSTANTS_H
|
||
|
|
#define APICONSTANTS_H
|
||
|
|
|
||
|
|
namespace apiDefs
|
||
|
|
{
|
||
|
|
const int requestTimeoutMsecs = 12 * 1000; // 12 secs
|
||
|
|
}
|
||
|
|
|
||
|
|
#endif // APICONSTANTS_H
|
||
|
|
|
||
|
|
|