Custom Query (2448 matches)
Results (145 - 147 of 2448)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3152 | Upstream | 1000s of connections stuck on CLOSE_WAIT | LaserEyess | |
Description |
On announcing, Deluge is not closing the file descriptors for TCP connections and frequently crashing due to 'too many open files'. As far as I can tell, this happens with every tracker, on every announce. After 10 or so announces deluge has too many open files and it subsequently crashes when it tries to open a new file descriptor for a TCP connection. |
|||
#3149 | Invalid | Large memory increase on torrent add. | shadycuz | |
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. |
|||
#3148 | Fixed | [WebUI] Get connect user's auth level and name | DjLegolas | |
Description |
I saw that there are plugins that enables functionality depending on the auth level of the connected user. But, there is no way for a plugin with a webui interface to get the auth level. For example, in the AutoAdd? plugin, the GtkUI calls the client's get_auth_level function, but there is no such function available for the WebUI. So, I thought to add this function, and perhaps get_auth_user too. Any way to add this support without the need to change the WebUI code itself? And if not, where is the best place to put the code in? |