Parcourir la source

Set DEFAULT_REFRESH_INTERVAL 1000 to update console readout more
smoothly.

Tatsuhiro Tsujikawa il y a 14 ans
Parent
commit
d541b350d2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/DownloadEngine.h

+ 1 - 1
src/DownloadEngine.h

@@ -120,7 +120,7 @@ private:
 
   bool noWait_;
 
-  static const int64_t DEFAULT_REFRESH_INTERVAL = 900;
+  static const int64_t DEFAULT_REFRESH_INTERVAL = 1000;
 
   // Milliseconds
   int64_t refreshInterval_;