From 71aace8a0d1db6e4c742c217687c94941bb75844 Mon Sep 17 00:00:00 2001 From: Azrenbeth <7782548+Azrenbeth@users.noreply.github.com> Date: Mon, 27 Sep 2021 15:14:36 +0100 Subject: Move from compressing largest rooms to compressing number of chunks --- docs/sample_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/sample_config.yaml') 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. -- cgit 1.5.1