diff options
author | aunsane <aunsane@gmail.com> | 2018-02-05 20:42:57 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-02-05 20:42:57 +0300 |
commit | c3e7dd7529dc764922e2e728843fb1960caa1838 (patch) | |
tree | 170e6a765908699921220f24864f364839f2a1e8 /protocols/Tox/src/stdafx.h | |
parent | ed602c0063f27466e1ebd2a4d68ee9237ab81bd6 (diff) |
Tox: fixes for #1105
Diffstat (limited to 'protocols/Tox/src/stdafx.h')
-rw-r--r-- | protocols/Tox/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/src/stdafx.h b/protocols/Tox/src/stdafx.h index ee73c5856d..6d0f70935f 100644 --- a/protocols/Tox/src/stdafx.h +++ b/protocols/Tox/src/stdafx.h @@ -64,6 +64,7 @@ extern HINSTANCE g_hInstance; #define TOX_ERROR -1
#define TOX_DEFAULT_INTERVAL 50
+#define TOX_CHECKING_INTERVAL 1000
#define TOX_MAX_CONNECT_RETRIES 10
#define TOX_MAX_RECONNECT_RETRIES 10
|