React to feedback

This commit is contained in:
Aiqiao Yan
2020-05-19 12:38:45 -04:00
parent 9a3466a094
commit fde6221228
3 changed files with 22 additions and 14 deletions
+3 -1
View File
@@ -5,7 +5,9 @@ export enum CacheFilename {
export enum CompressionMethod {
Gzip = 'gzip',
ZstdOld = 'zstd-old',
// Long range mode was added to zstd in v1.3.2.
// This enum is for earlier version of zstd that does not have --long support
ZstdWithoutLong = 'zstd-without-long',
Zstd = 'zstd'
}