OPTION(rgw_socket_path, OPT_STR, NULL), // path to unix domain socket, if not specified, rgw will not run as external fcgi
OPTION(rgw_op_thread_timeout, OPT_INT, 10*60),
OPTION(rgw_op_thread_suicide_timeout, OPT_INT, 60*60),
+ OPTION(rgw_thread_pool_size, OPT_INT, 100),
// see config.h
OPTION(internal_safe_to_start_threads, OPT_BOOL, false),
string rgw_socket_path;
int rgw_op_thread_timeout;
int rgw_op_thread_suicide_timeout;
+ int rgw_thread_pool_size;
// This will be set to true when it is safe to start threads.
// Once it is true, it will never change.