mirror of
https://github.com/meteor/meteor.git
synced 2026-01-11 00:28:02 -05:00
bump threshold
This commit is contained in:
@@ -20,7 +20,7 @@ var websocketExtensions = once(function () {
|
||||
|
||||
if (websocketCompressionConfig) {
|
||||
extensions.push(Npm.require('permessage-deflate2').configure({
|
||||
threshold: 512,
|
||||
threshold: 1024,
|
||||
level: zlib.constants.Z_BEST_SPEED,
|
||||
memLevel: zlib.constants.Z_MIN_MEMLEVEL,
|
||||
noContextTakeover: true,
|
||||
|
||||
Reference in New Issue
Block a user