From: Luigi Pinca Date: Mon, 15 Apr 2019 16:25:54 +0000 (+0200) Subject: set the `maxLength` option to 1024 X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=6cd81c1e647f9253bba360f1918e22b339a13015;p=binbsis50.git set the `maxLength` option to 1024 --- diff --git a/lib/sparks.js b/lib/sparks.js index abc4732..535f1a8 100644 --- a/lib/sparks.js +++ b/lib/sparks.js @@ -27,6 +27,7 @@ module.exports = function(options) { // Create Primus instance primus = new Primus(options.server, { authorization: authorize, + maxLength: 1024, plugin: { emitter: primusemitter, rooms: primusrooms