mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
desitorrents: Minimumseedtime is now 7 days (#12542)
This commit is contained in:
@@ -135,6 +135,6 @@ search:
|
|||||||
minimumratio:
|
minimumratio:
|
||||||
text: 1.0
|
text: 1.0
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 5 day (as seconds = 5 x 24 x 60 x 60)
|
# 7 day (as seconds = 7 x 24 x 60 x 60)
|
||||||
text: 432000
|
text: 604800
|
||||||
# json UNIT3D 5.3.0 (custom)
|
# json UNIT3D 5.3.0 (custom)
|
||||||
|
@@ -182,6 +182,6 @@ search:
|
|||||||
minimumratio:
|
minimumratio:
|
||||||
text: 1.0
|
text: 1.0
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 5 day (as seconds = 5 x 24 x 60 x 60)
|
# 7 day (as seconds = 7 x 24 x 60 x 60)
|
||||||
text: 432000
|
text: 604800
|
||||||
# UNIT3D 5.3.0 (custom)
|
# UNIT3D 5.3.0 (custom)
|
||||||
|
Reference in New Issue
Block a user