Fix issue with using zstd long range mode on ubuntu-16.04

This commit is contained in:
Aiqiao Yan
2020-05-18 16:33:15 -04:00
parent a67b91ea15
commit 77761a4dc9
6 changed files with 58 additions and 15 deletions
+1
View File
@@ -5,6 +5,7 @@ export enum CacheFilename {
export enum CompressionMethod {
Gzip = 'gzip',
ZstdOld = 'zstd-old',
Zstd = 'zstd'
}