Browse Source

Drop the sleep time to speed things up

main
Luke Murphy 4 years ago
parent
commit
96b8997c0c
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      etherpump/commands/pull.py

2
etherpump/commands/pull.py

@ -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…
Cancel
Save