summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt-pkg/acquire.h2
-rw-r--r--apt-pkg/install-progress.h2
2 files changed, 2 insertions, 2 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.
diff --git a/apt-pkg/install-progress.h b/apt-pkg/install-progress.h
index ee03ac217..23ddbbec6 100644
--- a/apt-pkg/install-progress.h
+++ b/apt-pkg/install-progress.h
@@ -42,7 +42,7 @@ namespace Progress {
virtual void Pulse() {};
virtual long GetPulseInterval() {
- return 500000;
+ return 50000000;
};
virtual bool StatusChanged(std::string PackageName,