From 5e1898c47a6a8f0449b4439602243e68cfc81574 Mon Sep 17 00:00:00 2001 From: Chuyen Vo Date: Thu, 17 Mar 2016 11:59:33 +0700 Subject: [PATCH] Update config_template.py add timeout requests --- config_template.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config_template.py b/config_template.py index 69bbac1..12a3ca7 100644 --- a/config_template.py +++ b/config_template.py @@ -6,6 +6,9 @@ WTF_CSRF_ENABLED = True SECRET_KEY = 'We are the world' PORT = 9393 +# TIMEOUT - for large zones +TIMEOUT = 10 + # LOG CONFIG LOG_LEVEL = 'DEBUG' LOG_FILE = 'logfile.log'