Skip to content

Commit f71685b

Browse files
Duplicated variable = 1 removed
1 parent 91ec9a0 commit f71685b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MongoBackup/Methods/Dumper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def run(self):
7070
# decide how many parallel dump workers to use based on cpu count vs # of shards (if 3.2+)
7171
self.threads_per_dump = 1
7272
if tuple(self.version.split(".")) >= tuple("3.2.0".split(".")):
73-
self.threads_per_dump = 1
7473
if self.cpu_count > len(self.secondaries):
7574
self.threads_per_dump = int(floor(self.cpu_count / len(self.secondaries)))
7675
else:

0 commit comments

Comments
 (0)