summary refs log tree commit diff
path: root/docs/sample_config.yaml
diff options
context:
space:
mode:
authorAzrenbeth <7782548+Azrenbeth@users.noreply.github.com>2021-09-27 15:14:36 +0100
committerAzrenbeth <7782548+Azrenbeth@users.noreply.github.com>2021-09-27 15:14:36 +0100
commit71aace8a0d1db6e4c742c217687c94941bb75844 (patch)
tree55e3d78066ba8f6c3fc2e54b6590f6fae463ecad /docs/sample_config.yaml
parentExtract dsn parameters earlier (diff)
downloadsynapse-71aace8a0d1db6e4c742c217687c94941bb75844.tar.xz
Move from compressing largest rooms to compressing number of chunks
Diffstat (limited to 'docs/sample_config.yaml')
-rw-r--r--docs/sample_config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index 947eea3400..aa9c5f3090 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -2667,9 +2667,9 @@ state_compressor:
   #
   #chunk_size: 1000
 
-  # The number of rooms to compress on each run. Defaults to 5.
+  # The number of chunks to compress on each run. Defaults to 50.
   #
-  #number_of_rooms: 1
+  #number_of_chunks: 1
 
   # The default level sizes for the compressor to use. Defaults to
   # 100,50,25.