Custom Query (2447 matches)
Results (412 - 414 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3149 | Invalid | Large memory increase on torrent add. | ||
Description |
I'm using deluge in a docker container. When starting the container idles away at 80MiB's of ram. When adding a torrent the container jumps up 900MiB's of ram each time. I am running 3 plugins but I'm going to disable them and re-test. I only tested with adding 2 torrents because I ran out of free memory. |
|||
#210 | WontFix | Blocklist Plugin is unclear in documentation | ||
Description |
The Blocklist plugin links you to a pretty sparse page of the wiki. It would be much more informative to link to this section of the faq. It was trivially easy to set up a blocklist after finding the below link. |
|||
#3435 | Fixed | Both bg and fg should be defined | ||
Description |
There is no promise that default bg is white and default fg is black. The fix is simple: --- deluge.css.orig 2020-10-24 01:53:42.263275855 +0300 +++ deluge.css 2020-10-24 01:47:25.640715735 +0300 @@ -6,6 +6,8 @@ border: 0 none; overflow: hidden; height: 100%; + color: black; + background: white; } |