mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-03 15:42:54 +00:00
Change default compressionMethod to gzip
This commit is contained in:
parent
b92c737814
commit
b010622442
2 changed files with 2 additions and 2 deletions
|
@ -27,6 +27,6 @@
|
|||
"lowGiB": 128,
|
||||
"highGiB": 256,
|
||||
"intervalMillis": 3600000,
|
||||
"compressionMethod": "bzip2"
|
||||
"compressionMethod": "gzip"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,6 +23,6 @@
|
|||
"lowGiB": 128,
|
||||
"highGiB": 256,
|
||||
"intervalMillis": 3600000,
|
||||
"compressionMethod": "bzip2"
|
||||
"compressionMethod": "gzip"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue