]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/install-progress.h
eipp: provide the internal planer as an external one
[apt.git] / apt-pkg / install-progress.h
index ee03ac217a08019527d297ad7042a01299ca8142..23ddbbec63f66fa19f805a88d5c30077e43c1b67 100644 (file)
@@ -42,7 +42,7 @@ namespace Progress {
 
     virtual void Pulse() {};
     virtual long GetPulseInterval() {
-         return 500000;
+         return 50000000;
     };
 
     virtual bool StatusChanged(std::string PackageName,