Drop the sleep time to speed things up
This commit is contained in:
parent
2c47553a9f
commit
96b8997c0c
@ -262,7 +262,7 @@ async def handle_pad(args, padid, data, info, session):
|
||||
skip = True
|
||||
break
|
||||
else:
|
||||
await trio.sleep(3)
|
||||
await trio.sleep(1)
|
||||
except TypeError as e:
|
||||
print(
|
||||
"Type Error loading pad {0} (phantom pad?), skipping".format(
|
||||
|
Loading…
Reference in New Issue
Block a user