use the SIMPLE stat-cache-engine as default
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@837 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
0ad4a2967c
commit
c60643433c
|
@ -194,7 +194,7 @@ static int config_insert(server *srv) {
|
|||
}
|
||||
|
||||
if (buffer_is_empty(stat_cache_string)) {
|
||||
srv->srvconf.stat_cache_engine = STAT_CACHE_ENGINE_NONE;
|
||||
srv->srvconf.stat_cache_engine = STAT_CACHE_ENGINE_SIMPLE;
|
||||
} else if (buffer_is_equal_string(stat_cache_string, CONST_STR_LEN("simple"))) {
|
||||
srv->srvconf.stat_cache_engine = STAT_CACHE_ENGINE_SIMPLE;
|
||||
} else if (buffer_is_equal_string(stat_cache_string, CONST_STR_LEN("fam"))) {
|
||||
|
|
Loading…
Reference in New Issue