示例配置新增教程

This commit is contained in:
iyuu.cn
2020-08-03 22:54:05 +08:00
parent 468813a057
commit b046ecc75f
2 changed files with 2 additions and 1 deletions

View File

@ -757,7 +757,7 @@ class AutoReseed
wlog('clients_'.$k.PHP_EOL.$downloadDir.PHP_EOL."-------因当前" .$siteName. "站点触发流控,已跳过!! {$_url}".PHP_EOL.PHP_EOL, 'reseedLimit');
self::$wechatMsg['reseedSkip']++;
return false;
}
}
// 操作站点流控的配置
if (isset($configALL[$siteName]['limitRule']) && $configALL[$siteName]['limitRule']) {
$limitRule = $configALL[$siteName]['limitRule'];