优化辅种前置检查

This commit is contained in:
david
2020-12-13 21:06:13 +08:00
parent 60b4939aee
commit b566181968

View File

@ -13,7 +13,7 @@ use IYUU\Library\Table;
class AutoReseed
{
// 版本号
const VER = '1.10.12';
const VER = '1.10.13';
// RPC连接
private static $links = [];
// 客户端配置
@ -22,10 +22,8 @@ class AutoReseed
private static $sites = [];
// 推荐的合作站点
private static $recommend = [];
// 不辅种的站点 'pt','hdchina'
// 不辅种的站点
private static $noReseed = [];
// cookie检查
private static $cookieCheck = [];
// 缓存路径
public static $cacheDir = TORRENT_PATH.'cache'.DS;
public static $cacheHash = TORRENT_PATH.'cachehash'.DS;