2019-11-25 03:01:58 +00:00
|
|
|
--- a/libtransmission/webseed.c
|
|
|
|
+++ b/libtransmission/webseed.c
|
2020-05-25 03:33:33 +00:00
|
|
|
@@ -510,8 +510,6 @@ static void webseed_timer_func(evutil_socket_t foo UNUSED, short bar UNUSED, voi
|
|
|
|
++w->retry_tickcount;
|
|
|
|
}
|
2019-11-25 03:01:58 +00:00
|
|
|
|
2020-05-25 03:33:33 +00:00
|
|
|
- on_idle(w);
|
2019-11-25 03:01:58 +00:00
|
|
|
-
|
2020-05-25 03:33:33 +00:00
|
|
|
tr_timerAddMsec(w->timer, TR_IDLE_TIMER_MSEC);
|
2019-11-25 03:01:58 +00:00
|
|
|
}
|
|
|
|
|