cache syncing is working again

This commit is contained in:
Unbit
2013-02-07 15:42:14 +01:00
parent aecd9a7703
commit 54227db3e4
2 changed files with 5 additions and 4 deletions

View File

@@ -837,7 +837,7 @@ void init_uwsgi_embedded_module() {
init_uwsgi_module_sharedarea(new_uwsgi_module);
}
if (uwsgi.cache_max_items > 0) {
if (uwsgi.caches) {
init_uwsgi_module_cache(new_uwsgi_module);
}