From beeca78c83dec2bb15ae2e2d3d4e18e6281581e4 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 28 Feb 2024 10:50:18 +1300 Subject: [PATCH] panda: add activity info to config --- src/Jackett.Common/Definitions/panda.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Jackett.Common/Definitions/panda.yml b/src/Jackett.Common/Definitions/panda.yml index cc5ffc5ce..4c8a7cc04 100644 --- a/src/Jackett.Common/Definitions/panda.yml +++ b/src/Jackett.Common/Definitions/panda.yml @@ -68,6 +68,10 @@ settings: type: info label: Results Per Page default: For best results, change the Torrents per page: setting to 100 on your account profile. + - name: info_activity + type: info + label: Account Inactivity + default: "Inactive accounts would be deleted based on the following rules:
  1. Nexus Master or above would never be deleted.
  2. Veteran User or above would never be deleted if parked (at User CP).
  3. Parked accounts would be deleted if users have not logged in for more than 400 days in a row.
  4. Un-parked accounts would be deleted if users have not logged in for more than 150 days in a row.
  5. Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than 100 days in a row.
" login: path: login.php