mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-25 20:27:34 +08:00
修复笔误
This commit is contained in:
parent
cea30f8180
commit
b0beea7781
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user