You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/framework/src/module.config.ts
+4-1
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,12 @@ export class FrameworkConfig {
45
45
46
46
/**
47
47
* The compression level to use when using the zlib module.
48
+
*
48
49
* 0 means no compression, and 9 is the maximum compression.
50
+
*
51
+
* Disabled (0) per default. 6 is a good default value if you want to enable compression.
49
52
*/
50
-
compression: number=6;
53
+
compression: number=0;
51
54
52
55
/**
53
56
* @description A value of 0 means the main process handles requests alone. A value of > 0 means the main process does not handle any requests and anything is redirected to workers.
0 commit comments