Bump up the send interval a little bit

or down?
This commit is contained in:
Lamp 2019-06-02 05:42:55 +00:00
parent 04db3184b7
commit e4c0de8396
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ global.createMPPbridge = function createMPPbridge(room, DiscordChannelID, site =
if (msgBuffer.length == 0) return; if (msgBuffer.length == 0) return;
_dSend(msgBuffer.join('\n')); _dSend(msgBuffer.join('\n'));
msgBuffer = []; msgBuffer = [];
}, 2000); }, 3000);
} }