Change default compressionMethod to gzip

This commit is contained in:
Shane Kilkelly
2021-02-04 09:52:13 +00:00
parent b92c737814
commit b010622442
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,6 +27,6 @@
"lowGiB": 128,
"highGiB": 256,
"intervalMillis": 3600000,
"compressionMethod": "bzip2"
"compressionMethod": "gzip"
}
}
+1 -1
View File
@@ -23,6 +23,6 @@
"lowGiB": 128,
"highGiB": 256,
"intervalMillis": 3600000,
"compressionMethod": "bzip2"
"compressionMethod": "gzip"
}
}