mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 03:31:45 +08:00
修复笔误
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user