2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-28 21:07:39 +00:00

Update telegramPolling.js

This commit is contained in:
Yago 2015-10-19 20:59:38 +02:00
parent bbcf28bccc
commit 1ce816c794

View File

@ -17,7 +17,7 @@ var TelegramBotPolling = function (token, options, callback) {
this.token = token;
this.callback = callback;
this.timeout = options.timeout || 0;
this.interval = options.interval || 2000;
this.interval = options.interval || 300;
this.lastUpdate = 0;
this.lastRequest = null;
this.abort = false;