diff options
author | aunsane <aunsane@gmail.com> | 2018-02-03 20:12:34 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-02-03 20:12:55 +0300 |
commit | 106cab98d0aa170af4c96a34f4886597ec0496a6 (patch) | |
tree | 9d41697924a55e796140f24fb8b2cae5415580a2 /protocols/Steam/src/stdafx.h | |
parent | 8b66865f9082099a0735ef82ca5eaa88c1b548b4 (diff) |
Steam: added polling error limit setting
Diffstat (limited to 'protocols/Steam/src/stdafx.h')
-rw-r--r-- | protocols/Steam/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h index bf171853c9..8e1320dd22 100644 --- a/protocols/Steam/src/stdafx.h +++ b/protocols/Steam/src/stdafx.h @@ -45,6 +45,8 @@ #define STEAM_API_IDLEOUT_AWAY 600
#define STEAM_API_IDLEOUT_SNOOZE 8000
+#define STEAM_API_POLLING_ERRORS_LIMIT 5
+
class CSteamProto;
extern HINSTANCE g_hInstance;
|