Skip to content

Commit

Permalink
set the maxLength option to 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Apr 15, 2019
1 parent ff37f67 commit 6cd81c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sparks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cd81c1

Please sign in to comment.