mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user