mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-13 16:32:56 +00:00
rustfmt
This commit is contained in:
@@ -24,7 +24,7 @@ use crate::tenant_config::{TenantConf, TenantConfOpt};
|
||||
pub const ZSTD_MAX_SAMPLES: usize = 1024;
|
||||
pub const ZSTD_MIN_SAMPLES: usize = 8; // magic requirement of zstd
|
||||
pub const ZSTD_MAX_SAMPLE_BYTES: usize = 10 * 1024 * 1024; // max memory size for holding samples
|
||||
pub const ZSTD_MAX_DICTIONARY_SIZE: usize = 8 * 1024 - 4; // make dictionary + BLOB length fit in first page
|
||||
pub const ZSTD_MAX_DICTIONARY_SIZE: usize = 8 * 1024 - 4; // make dictionary + BLOB length fit in first page
|
||||
pub const ZSTD_COMPRESSION_LEVEL: i32 = 0; // default compression level
|
||||
|
||||
pub mod defaults {
|
||||
|
||||
Reference in New Issue
Block a user