Skip to content

Commit

Permalink
transmission: fix settings ratio limits to float values (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom authored Jan 19, 2021
1 parent 6ef3115 commit 7b453b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transmission/default-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prefetch-enabled": true,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 2,
"ratio-limit": 2.0,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": false,
Expand Down

0 comments on commit 7b453b9

Please sign in to comment.