Ver Fonte

Set DEFAULT_REFRESH_INTERVAL 1000 to update console readout more
smoothly.

Tatsuhiro Tsujikawa há 14 anos atrás
pai
commit
d541b350d2
1 ficheiros alterados com 1 adições e 1 exclusões
  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_;