Commit b0beea77 by xiongziliang

修复笔误

parent cea30f81
......@@ -80,7 +80,7 @@ const string kRetryCount = CLUSTER_FIELD "retry_count";
static onceToken token([]() {
mINI::Instance()[kOriginUrl] = "";
mINI::Instance()[kTimeoutSec] = 15;
mINI::Instance()[kTimeoutSec] = 3;
mINI::Instance()[kRetryCount] = 3;
});
}//namespace Cluster
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论