diff options
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_constants.h')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_constants.h b/protocols/IcqOscarJ/src/icq_constants.h index d4ef7d72ac..1935cded25 100644 --- a/protocols/IcqOscarJ/src/icq_constants.h +++ b/protocols/IcqOscarJ/src/icq_constants.h @@ -624,7 +624,7 @@ #define MAX_MESSAGESNACSIZE 8000
#define CLIENTRATELIMIT 0
#define COOKIE_TIMEOUT 3600 // One hour
-#define KEEPALIVE_INTERVAL 57000 // One minute
+#define KEEPALIVE_INTERVAL 57 // Slightly less than a minute
#define WEBFRONTPORT 0x50
#define CLIENTFEATURES 0x3
#define URL_FORGOT_PASSWORD "https://www.icq.com/password/"
|