summaryrefslogtreecommitdiffstats
path: root/streaming/README.md
diff options
context:
space:
mode:
authorodynik <odynik.ee@gmail.com>2022-04-12 13:48:01 +0300
committerGitHub <noreply@github.com>2022-04-12 13:48:01 +0300
commita23377f509add9c401ae22aac542864626daa129 (patch)
tree6a0cab58fb04d6356a73dd595ac4c7d0261a8d9b /streaming/README.md
parent0bd6219a708fcd7b993643880634a54e895b68c4 (diff)
[Stream compression Docs] - Enabled by default (#12669)
Diffstat (limited to 'streaming/README.md')
-rw-r--r--streaming/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/streaming/README.md b/streaming/README.md
index 43fb7a4637..57c392f406 100644
--- a/streaming/README.md
+++ b/streaming/README.md
@@ -380,7 +380,7 @@ netdata INFO : WEB_SERVER[static4] : STREAM child01 [send]: sending metrics...
```
#### How to enable stream compression
-Netdata Agents are shipped with data compression disabled by default. You can also configure which streams will use compression.
+Netdata Agents are shipped with data compression enabled by default. You can also configure which streams will use compression.
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.