diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-04-17 19:02:56 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-04-17 19:02:56 +0000 |
commit | 4e7d6200d3674f9afdcb996f3c4deb2812e36807 (patch) | |
tree | 70b05c873f8bbdc38f490f1ee763d949136d90e3 /protocols/FacebookRM/src/constants.h | |
parent | 9355a504ac39e7a7c2f207e289ea7f3628de459b (diff) |
Facebook: Fix and rework getting message's attachments
git-svn-id: http://svn.miranda-ng.org/main/trunk@16706 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/constants.h')
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index 8ab4171eda..62d70c59ab 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -67,6 +67,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define FACEBOOK_IGNORE_COUNTER_LIMIT 30 // 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 MAX_NEWSFEED_LEN 500
+#define MAX_LINK_DESCRIPTION_LEN 200
+
// Defaults
#define FACEBOOK_MINIMAL_POLL_RATE 10
#define FACEBOOK_DEFAULT_POLL_RATE 24 // in seconds
|