Change default compressionMethod to gzip

This commit is contained in:
Shane Kilkelly 2021-01-21 11:23:50 +00:00
parent b92c737814
commit b010622442
2 changed files with 2 additions and 2 deletions

View file

@ -27,6 +27,6 @@
"lowGiB": 128,
"highGiB": 256,
"intervalMillis": 3600000,
"compressionMethod": "bzip2"
"compressionMethod": "gzip"
}
}

View file

@ -23,6 +23,6 @@
"lowGiB": 128,
"highGiB": 256,
"intervalMillis": 3600000,
"compressionMethod": "bzip2"
"compressionMethod": "gzip"
}
}