Add option to set uploadspeed limit to consider torrents as active

This commit is contained in:
Someone
2023-10-31 15:31:08 +00:00
parent ae11d5d84f
commit b135063f5e
4 changed files with 23 additions and 5 deletions

View File

@@ -13,6 +13,9 @@
"displayActiveTorrents": {
"label": "Show active torrents when completed torrents are hidden"
},
"SpeedLimitOfActiveTorrents": {
"label": "Upload speed to consider a torrent as active (ko/s)"
},
"displayStaleTorrents": {
"label": "Display stale torrents"
},

View File

@@ -13,6 +13,9 @@
"displayActiveTorrents": {
"label": "Afficher les torrents actifs quand les torrents terminés sont masqués"
},
"SpeedLimitOfActiveTorrents": {
"label": "Débit d'upload pour considérer un torrent comme actif (ko/s)"
},
"displayStaleTorrents": {
"label": "Afficher les torrents périmés"
},