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:
parent
bbcf28bccc
commit
1ce816c794
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user