finish seed box basic

This commit is contained in:
xiaomlove
2022-07-23 15:05:32 +08:00
parent b507c41bf0
commit 42bf8f0467
32 changed files with 644 additions and 249 deletions

View File

@@ -407,4 +407,10 @@ return array (
'ignore_when_ratio_reach' => '',
'ban_user_when_counts_reach' => '',
],
'seed_box' => [
'enabled' => 'no',
'no_promotion' => 'yes',
'max_uploaded' => 3,
'not_seed_box_max_speed' => 10240,
],
);