Skip to content

Commit

Permalink
progress: decrease interval to one second
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Jun 17, 2019
1 parent 4f793fa commit ffd3f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batchspawner/batchspawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ async def progress(self):
await yield_({
"message": "Unknown status...",
})
await gen.sleep(.1)
await gen.sleep(1)

class BatchSpawnerRegexStates(BatchSpawnerBase):
"""Subclass of BatchSpawnerBase that uses config-supplied regular expressions
Expand Down

0 comments on commit ffd3f93

Please sign in to comment.