修复笔误
This commit is contained in:
parent
cea30f8180
commit
b0beea7781
|
|
@ -80,7 +80,7 @@ const string kRetryCount = CLUSTER_FIELD "retry_count";
|
||||||
static onceToken token([]() {
|
static onceToken token([]() {
|
||||||
mINI::Instance()[kOriginUrl] = "";
|
mINI::Instance()[kOriginUrl] = "";
|
||||||
mINI::Instance()[kTimeoutSec] = 15;
|
mINI::Instance()[kTimeoutSec] = 15;
|
||||||
mINI::Instance()[kTimeoutSec] = 3;
|
mINI::Instance()[kRetryCount] = 3;
|
||||||
});
|
});
|
||||||
|
|
||||||
}//namespace Cluster
|
}//namespace Cluster
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue