From 1a59405c2f98f66bbe3009161a9ff3513f3b0482 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Thu, 29 Dec 2011 09:46:55 -0800 Subject: [PATCH] rgw: turn on cache by default --- src/common/config_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 80a8fafd8a714..ccac1f1b18129 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -336,7 +336,7 @@ OPTION(bdev_debug_check_io_overlap, OPT_BOOL, true) // [DEBUG] check for any pe OPTION(bdev_fake_mb, OPT_INT, 0) OPTION(bdev_fake_max_mb, OPT_INT, 0) OPTION(debug_rgw, OPT_INT, 20) // log level for the Rados gateway -OPTION(rgw_cache_enabled, OPT_BOOL, false) // rgw cache enabled +OPTION(rgw_cache_enabled, OPT_BOOL, true) // rgw cache enabled OPTION(rgw_cache_lru_size, OPT_INT, 10000) // num of entries in rgw cache OPTION(rgw_socket_path, OPT_STR, "") // path to unix domain socket, if not specified, rgw will not run as external fcgi OPTION(rgw_dns_name, OPT_STR, "") -- 2.39.5