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