mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove commented lines
This commit is contained in:
parent
c484dd324f
commit
8a72d487b3
2 changed files with 0 additions and 2 deletions
|
@ -1052,7 +1052,6 @@ async def handle_decoded_payload(self, data):
|
|||
data["jid"],
|
||||
)
|
||||
once_logged = True
|
||||
# yield tornado.gen.sleep(0.5)
|
||||
await asyncio.sleep(0.5)
|
||||
process_count = self.subprocess_list.count
|
||||
|
||||
|
|
|
@ -808,7 +808,6 @@ async def handle_decoded_payload(self, data):
|
|||
"Maximum number of processes reached while executing jid %s, waiting...",
|
||||
data["jid"],
|
||||
)
|
||||
# yield tornado.gen.sleep(10)
|
||||
await asyncio.sleep(10)
|
||||
process_count = len(salt.utils.minion.running(self.opts))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue