Skip to content

Commit d1ccacc

Browse files
committed
update sequence of compressors
1 parent e0a4bed commit d1ccacc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.2
1+
1.4.4

mongodb_consistent_backup/Backup/Mongodump/MongodumpThread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def mongodump_cmd(self):
173173
logging.info("MongoDump Version higher that 4.2.0 found extending mongodump with snppy compressor flag")
174174
## https://www.mongodb.com/docs/drivers/node/v4.4/fundamentals/connection/network-compression/
175175
mongodump_flags.extend([
176-
"--compressors=%s" % "snappy,zlib,zstd"
176+
"--compressors=%s" % "zstd,snappy,zlib"
177177
])
178178

179179
# --numParallelCollections

0 commit comments

Comments
 (0)