summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2015-09-30 15:24:47 +0200
committerMichael Vogt <mvo@debian.org>2015-09-30 15:24:47 +0200
commiteaf21c2144fa8dc4be8581dc69cf88cb38e30ce2 (patch)
tree74dcf6f56227642347ffe6d27191d5bd77d3c304 /apt-pkg/acquire.h
parent9a2902305b75a6bc5a288fd1b12323c77df09b8c (diff)
Fix select timeout to be 50msec instead of 0.5msec
Closes: #799857
Diffstat (limited to 'apt-pkg/acquire.h')
-rw-r--r--apt-pkg/acquire.h2
1 files changed, 1 insertions, 1 deletions
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.