From afca458accf73280bdb1c00ad3823869744e6587 Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Tue, 11 Aug 2020 19:17:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E8=BD=AC=E7=A7=BB=E5=8F=82?= =?UTF-8?q?=E6=95=B0=EF=BC=8C=E9=BB=98=E8=AE=A4=E6=9A=82=E5=81=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.sample.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index 4435a54..20a7a8b 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -45,7 +45,7 @@ return array( 'host' => 'http://127.0.0.1:8083', 'username' => 'admin', 'password' => '', - 'root_folder'=> 1, // 0不创建根目录,1创建根目录 + 'root_folder'=> 1, // 0不创建根目录,1创建根目录(下载器默认1) 'BT_backup' => '/BT_backup', // 移动做种:必须配置,Linux搜索方法:find / -name BT_backup 'move' => 0, // 0不移动,1移动并辅种,2移动且只在当前客户端辅种 ), @@ -61,7 +61,7 @@ return array( ), 'path_filter'=> array(), //转移过滤器:不转移此路径内文件 'path_selector' => array(), //转移选择器:只转移此路径内文件(为空时,全转移) 【优先级:过滤器 > 选择器】 - 'paused' => 0, //转移成功,自动开始任务:0开始,1暂停 + 'paused' => 1, //转移成功,自动开始任务:0开始,1暂停 'skip_check' => 0, //转移成功,跳校验:0不跳、1跳校验 'delete_torrent' => 0, //转移成功,删除当前做种:0不删除、1删除 ),