mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
pump the web connections more frequently when there are tasks pending. this may speed up the shutdown flurry of `stop' announcements
This commit is contained in:
parent
5ec9c918e2
commit
8c421bd0ec
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
(LIBCURL_VERSION_MAJOR == (major) && LIBCURL_VERSION_MINOR == (minor) && \
|
||||
LIBCURL_VERSION_PATCH >= (micro)))
|
||||
|
||||
#define PULSE_MSEC 500
|
||||
#define PULSE_MSEC 100
|
||||
|
||||
#define dbgmsg(fmt...) tr_deepLog( __FILE__, __LINE__, "web", ##fmt )
|
||||
|
||||
|
|
Loading…
Reference in a new issue