From a3dfd09a8d560f6e6591de2e1de95e82ed2ddce3 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 17 Jul 2013 11:50:15 +0200 Subject: improved inputTypes, config api --- pyload/remote/wsbackend/AsyncHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/remote/wsbackend') diff --git a/pyload/remote/wsbackend/AsyncHandler.py b/pyload/remote/wsbackend/AsyncHandler.py index f1c584b7d..b936de898 100644 --- a/pyload/remote/wsbackend/AsyncHandler.py +++ b/pyload/remote/wsbackend/AsyncHandler.py @@ -43,7 +43,7 @@ class AsyncHandler(AbstractHandler): PATH = "/async" COMMAND = "start" - PROGRESS_INTERVAL = 2 + PROGRESS_INTERVAL = 1.5 EVENT_PATTERN = re.compile(r"^(package|file|interaction)", re.I) INTERACTION = Interaction.All -- cgit v1.2.3