From df6949d98f368bd0758afbae48b39454de7aafd0 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Sat, 26 Dec 2015 18:06:36 +0100 Subject: [PATCH] Update config.py with new options --- config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.py b/config.py index 9861087..2b041e6 100644 --- a/config.py +++ b/config.py @@ -5,3 +5,5 @@ host = "localhost" port = 8080 production = False + +queue_polling_interval = 30