mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 04:08:21 +04:00
transmission: Disable webseeding
It causes 100% CPU usage in certain situations. Just disable it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
11
net/transmission/patches/080-disable-webseeding.patch
Normal file
11
net/transmission/patches/080-disable-webseeding.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/libtransmission/webseed.c
|
||||
+++ b/libtransmission/webseed.c
|
||||
@@ -516,8 +516,6 @@ webseed_timer_func (evutil_socket_t foo UNUSED, short bar UNUSED, void * vw)
|
||||
if (w->retry_tickcount)
|
||||
++w->retry_tickcount;
|
||||
|
||||
- on_idle (w);
|
||||
-
|
||||
tr_timerAddMsec (w->timer, TR_IDLE_TIMER_MSEC);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user