From 96b8997c0c3812ccd3a740923e36e723f2d41390 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 3 Oct 2020 12:09:42 +0200 Subject: [PATCH] Drop the sleep time to speed things up --- etherpump/commands/pull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherpump/commands/pull.py b/etherpump/commands/pull.py index 2b90c61..8c2980e 100644 --- a/etherpump/commands/pull.py +++ b/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(