Remove commented lines

This commit is contained in:
Daniel A. Wozniak 2024-04-29 23:38:26 -07:00 committed by Pedro Algarvio
parent c484dd324f
commit 8a72d487b3
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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))