diff --git a/conf/gunicorn_config.py b/conf/gunicorn_config.py index 4ab973927..4d9d50499 100644 --- a/conf/gunicorn_config.py +++ b/conf/gunicorn_config.py @@ -3,4 +3,5 @@ workers = 8 worker_class = 'gevent' timeout = 2000 logconfig = 'conf/logging.conf' -pythonpath = '.' \ No newline at end of file +pythonpath = '.' +preload_app = True \ No newline at end of file