fix: do not expose manifest compression algorithm (#2835)

* fix: don't allow to set manifest compression algorithm

* docs: update config examples
This commit is contained in:
Yingwen
2023-11-29 13:49:40 +08:00
committed by GitHub
parent d0d0f091f0
commit abbac46c05
6 changed files with 13 additions and 10 deletions

View File

@@ -720,7 +720,7 @@ num_workers = {}
worker_channel_size = 128
worker_request_batch_size = 64
manifest_checkpoint_distance = 10
manifest_compress_type = "uncompressed"
compress_manifest = false
max_background_jobs = 4
auto_flush_interval = "30m"
global_write_buffer_size = "1GiB"