Drop the sleep time to speed things up

This commit is contained in:
Luke Murphy 2020-10-03 12:09:42 +02:00
parent 2c47553a9f
commit 96b8997c0c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

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