[Stream compression Docs] - Enabled by default (#12669)
odynik committed
Apr 12, 2022 at 13:48 UTC
a23377f509add9c401ae22aac542864626daa129
1 file changed
+1
-1
streaming/README.md
+1
-1
@@ -380,7 +380,7 @@ netdata INFO : WEB_SERVER[static4] : STREAM child01 [send]: sending metrics...
380
```
381
382
#### How to enable stream compression
383
-Netdata Agents are shipped with data compression disabled by default. You can also configure which streams will use compression.
383
+Netdata Agents are shipped with data compression enabled by default. You can also configure which streams will use compression.
384
385
With enabled stream compression, a Netdata Agent can negotiate streaming compression with other Netdata Agents. During the negotiation of streaming compression both Netdata Agents should support and enable compression in order to communicate over a compressed stream. The negotiation will result into an uncompressed stream, if one of the Netdata Agents doesn't support **or** has compression disabled.
386