Set Zstd level to 16
This commit is contained in:
parent
c812532541
commit
2e08b2df47
@ -341,7 +341,7 @@ async fn storage_pipeline_worker<JobName: Debug>(
|
||||
|
||||
fn get_zstd_level() -> i32 {
|
||||
// TODO Read from env?
|
||||
return 12;
|
||||
return 16;
|
||||
}
|
||||
|
||||
impl<JobName: Debug + Send + 'static> StoragePipeline<JobName> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user