Remove cache instantiation from proxy since it doesn't use production cache.
This commit is contained in:
parent
5c598508b4
commit
e4010e0fc9
@ -1,7 +1,6 @@
|
|||||||
from bemani.utils.proxy import app, load_config, instantiate_cache
|
from bemani.utils.proxy import app, load_config
|
||||||
|
|
||||||
# Assumes a proxy yaml in the same directory as this WSGI
|
# Assumes a proxy yaml in the same directory as this WSGI
|
||||||
# file. Also assumes that your uWSGI instance is configured with a
|
# file. Also assumes that your uWSGI instance is configured with a
|
||||||
# virtualenv that includes the installed version of this repo.
|
# virtualenv that includes the installed version of this repo.
|
||||||
load_config('proxy.yaml')
|
load_config('proxy.yaml')
|
||||||
instantiate_cache(app)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user