From 7d638eba4076d5cf0c8d6dfeefb736fdcbc3ea99 Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Sun, 19 Jul 2020 17:20:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Ehdhome=E6=B5=81=E6=8E=A7?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/AutoReseed.php | 2 +- config/config.sample.php | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/AutoReseed.php b/app/AutoReseed.php index 1b68f53..a762958 100644 --- a/app/AutoReseed.php +++ b/app/AutoReseed.php @@ -13,7 +13,7 @@ use IYUU\Library\Table; class AutoReseed { // 版本号 - const VER = '1.9.4'; + const VER = '1.9.5'; // RPC连接 private static $links = []; // 客户端配置 diff --git a/config/config.sample.php b/config/config.sample.php index f252803..bd85f58 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -141,6 +141,10 @@ return array( 'id' => 0, // 用户ID(不是用户名) 'url_replace' => array(), 'url_join' => array(), + 'limitRule' => array( + 'count' => 20, // 每次辅种20个 + 'sleep' => 5, // 最少休眠5秒 + ), ), // PTHome 'pthome' => array(