mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 16:01:16 +08:00
12 lines
241 B
Diff
12 lines
241 B
Diff
--- a/libtransmission/webseed.c
|
|
+++ b/libtransmission/webseed.c
|
|
@@ -510,8 +510,6 @@ static void webseed_timer_func(evutil_so
|
|
++w->retry_tickcount;
|
|
}
|
|
|
|
- on_idle(w);
|
|
-
|
|
tr_timerAddMsec(w->timer, TR_IDLE_TIMER_MSEC);
|
|
}
|
|
|