Skip to content

Commit

Permalink
desitorrents: Minimumseedtime is now 7 days (#12542)
Browse files Browse the repository at this point in the history
  • Loading branch information
LokiThor2021 committed Nov 12, 2021
1 parent 32880fc commit 83c4731
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Jackett.Common/Definitions/desitorrents-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions src/Jackett.Common/Definitions/desitorrents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 83c4731

Please sign in to comment.