summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2017-12-03 10:01:34 +0100
committerRobert Pösel <robyer@seznam.cz>2017-12-05 22:48:31 +0100
commitdd604b30c3153903bef1d40d4ebaa62f14671177 (patch)
tree66c7e19ca566c4481e2ba5aa60d2d93f54e9b9cc /protocols
parent8fcd584658c16d75f8527b9df7a06bbb363f2169 (diff)
Facebook: Lower ping request interval to 90 sec.
Diffstat (limited to 'protocols')
-rw-r--r--protocols/FacebookRM/src/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h
index 49400e838a..2ad7623d98 100644
--- a/protocols/FacebookRM/src/constants.h
+++ b/protocols/FacebookRM/src/constants.h
@@ -66,7 +66,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define FACEBOOK_MESSAGES_ON_OPEN_LIMIT 99
#define FACEBOOK_TYPING_TIME 60
#define FACEBOOK_IGNORE_COUNTER_LIMIT 100 // how many consequent requests it should keep info about duplicit message ids
-#define FACEBOOK_PING_TIME 600 // every 10 minutes send activity_ping (it is just random/guessed value)
+#define FACEBOOK_PING_TIME 90 // every 90 seconds send activity_ping (it's guessed value, but it's similar how often website does it)
#define MAX_NEWSFEED_LEN 500
#define MAX_LINK_DESCRIPTION_LEN 200