diff options
Diffstat (limited to 'protocols/SkypeWeb/src/common.h')
-rw-r--r-- | protocols/SkypeWeb/src/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/common.h b/protocols/SkypeWeb/src/common.h index 820bfc029c..62b8891ada 100644 --- a/protocols/SkypeWeb/src/common.h +++ b/protocols/SkypeWeb/src/common.h @@ -101,6 +101,8 @@ enum SKYPE_LOGIN_ERROR #define SKYPE_SETTINGS_PASSWORD "Password"
#define SKYPE_SETTINGS_GROUP "DefaultGroup"
+#define POLLING_ERRORS_LIMIT 3
+
#define SKYPE_DB_EVENT_TYPE_ACTION 10001
#endif //_COMMON_H_
\ No newline at end of file |