提交 d2c515ee 编写于 作者: Z zhiru

update


Former-commit-id: d702986a5a998695905d3c0faad9591e244ea2a8
上级 3ccaf540
......@@ -23,6 +23,9 @@ DBWrapper::DBWrapper() {
if(index_size > 0) {//ensure larger than zero, unit is MB
opt.index_trigger_size = (size_t)index_size * engine::ONE_MB;
}
ConfigNode& serverConfig = ServerConfig::GetInstance().GetConfig(CONFIG_SERVER);
opt.mode = serverConfig.GetValue(CONFIG_CLUSTER_MODE, "single");
//set archive config
engine::ArchiveConf::CriteriaT criterial;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册