mirror of https://github.com/Jackett/Jackett
LDU: add inactivity info
This commit is contained in:
parent
23c7e716bc
commit
9ebd534862
|
@ -91,6 +91,10 @@ settings:
|
||||||
options:
|
options:
|
||||||
desc: desc
|
desc: desc
|
||||||
asc: asc
|
asc: asc
|
||||||
|
- name: info_activity
|
||||||
|
type: info
|
||||||
|
label: Account Inactivity
|
||||||
|
default: "You are required to log in once per month. We will be purging user accounts via automated script set at an undisclosed interval."
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: /api/torrents
|
path: /api/torrents
|
||||||
|
@ -209,6 +213,6 @@ search:
|
||||||
# minimumratio:
|
# minimumratio:
|
||||||
# text: 0.4
|
# text: 0.4
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 7 day (as seconds = 7 x 24 x 60 x 60)
|
# 7 days (as seconds = 7 x 24 x 60 x 60)
|
||||||
text: 604800
|
text: 604800
|
||||||
# json UNIT3D 8.0.1
|
# json UNIT3D 8.0.1
|
||||||
|
|
Loading…
Reference in New Issue