Set Zstd level to 16

This commit is contained in:
Olivier 'reivilibre' 2023-08-10 21:33:03 +01:00
parent c812532541
commit 2e08b2df47

View File

@ -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> {