mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 02:38:08 +00:00
jme-reunit3d: new MST and inactivity days
This commit is contained in:
parent
894a32a73d
commit
c9ed7a05df
1 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ settings:
|
||||||
- name: info_activity
|
- name: info_activity
|
||||||
type: info
|
type: info
|
||||||
label: Account Inactivity
|
label: Account Inactivity
|
||||||
default: "You must seed at least 1 torrent or log in every 90 days to avoid being pruned."
|
default: "You must seed at least 1 torrent or log in every 30 days to avoid being pruned."
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: /api/torrents
|
path: /api/torrents
|
||||||
|
@ -160,6 +160,6 @@ search:
|
||||||
0: 1 # normal
|
0: 1 # normal
|
||||||
1: 2 # double
|
1: 2 # double
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 5 days (as seconds = 5 x 24 x 60 x 60)
|
# 4 days (as seconds = 4 x 24 x 60 x 60)
|
||||||
text: 432000
|
text: 345600
|
||||||
# json UNIT3D 6.0.4
|
# json UNIT3D 6.0.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue