From 8c421bd0ec258caa0225f0621bbd11637fa37d6b Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 3 Sep 2008 19:13:19 +0000 Subject: [PATCH] pump the web connections more frequently when there are tasks pending. this may speed up the shutdown flurry of `stop' announcements --- libtransmission/web.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/web.c b/libtransmission/web.c index 83900b3b2..ffae29fd8 100644 --- a/libtransmission/web.c +++ b/libtransmission/web.c @@ -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 )