We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144fd85 commit 2049152Copy full SHA for 2049152
MongoBackup/Common/LocalCommand.py
@@ -37,7 +37,7 @@ def run(self):
37
self._process = Popen(self.command_line, stdout=PIPE, stderr=PIPE)
38
while self._process.poll() is None:
39
self.parse_output()
40
- sleep(0.25)
+ sleep(0.1)
41
except Exception, e:
42
raise e
43
0 commit comments