Skip to content

Commit 2049152

Browse files
author
Tim Vaillancourt
committed
poll every 100ms
1 parent 144fd85 commit 2049152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MongoBackup/Common/LocalCommand.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def run(self):
3737
self._process = Popen(self.command_line, stdout=PIPE, stderr=PIPE)
3838
while self._process.poll() is None:
3939
self.parse_output()
40-
sleep(0.25)
40+
sleep(0.1)
4141
except Exception, e:
4242
raise e
4343

0 commit comments

Comments
 (0)