packages/net/transmission/patches/080-disable-webseeding.patch
2020-07-08 14:18:52 +08:00

12 lines
281 B
Diff

--- a/libtransmission/webseed.c
+++ b/libtransmission/webseed.c
@@ -510,8 +510,6 @@ static void webseed_timer_func(evutil_socket_t foo UNUSED, short bar UNUSED, voi
++w->retry_tickcount;
}
- on_idle(w);
-
tr_timerAddMsec(w->timer, TR_IDLE_TIMER_MSEC);
}