disable compression by default and dont compress webrelays #4369

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458
2025-06-20 20:18:21 +01:00
parent e47626a688
commit 92c2b61318
5 changed files with 5 additions and 6 deletions

View File

@@ -65,7 +65,7 @@
"_agentIdleTimeout": 150,
"_webPageLengthRandomization": false,
"_compression": true,
"_wsCompression": false,
"_wsCompression": true,
"_agentWsCompression": true,
"_noAgentUpdate": 1,
"_agentUpdateSystem": 1,