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
|
skip = True
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
await trio.sleep(3)
|
await trio.sleep(1)
|
||||||
except TypeError as e:
|
except TypeError as e:
|
||||||
print(
|
print(
|
||||||
"Type Error loading pad {0} (phantom pad?), skipping".format(
|
"Type Error loading pad {0} (phantom pad?), skipping".format(
|
||||||
|
Loading…
Reference in New Issue
Block a user