mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
desitorrents: Minimumseedtime is now 7 days (#12542)
This commit is contained in:
parent
32880fcbd6
commit
83c4731982
2 changed files with 4 additions and 4 deletions
|
@ -135,6 +135,6 @@ search:
|
|||
minimumratio:
|
||||
text: 1.0
|
||||
minimumseedtime:
|
||||
# 5 day (as seconds = 5 x 24 x 60 x 60)
|
||||
text: 432000
|
||||
# 7 day (as seconds = 7 x 24 x 60 x 60)
|
||||
text: 604800
|
||||
# json UNIT3D 5.3.0 (custom)
|
||||
|
|
|
@ -182,6 +182,6 @@ search:
|
|||
minimumratio:
|
||||
text: 1.0
|
||||
minimumseedtime:
|
||||
# 5 day (as seconds = 5 x 24 x 60 x 60)
|
||||
text: 432000
|
||||
# 7 day (as seconds = 7 x 24 x 60 x 60)
|
||||
text: 604800
|
||||
# UNIT3D 5.3.0 (custom)
|
||||
|
|
Loading…
Reference in a new issue