From eaf21c2144fa8dc4be8581dc69cf88cb38e30ce2 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 30 Sep 2015 15:24:47 +0200 Subject: Fix select timeout to be 50msec instead of 0.5msec Closes: #799857 --- apt-pkg/acquire.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-pkg/acquire.h') diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h index 3e5ca41cd..ffa70d4dc 100644 --- a/apt-pkg/acquire.h +++ b/apt-pkg/acquire.h @@ -281,7 +281,7 @@ class pkgAcquire * * \return the result of the download. */ - RunResult Run(int PulseInterval=500000); + RunResult Run(int PulseInterval=50000000); /** \brief Remove all items from this download process, terminate * all download workers, and empty all queues. -- cgit v1.2.3