Kaynağa Gözat

Set DEFAULT_REFRESH_INTERVAL 1000 to update console readout more
smoothly.

Tatsuhiro Tsujikawa 14 yıl önce
ebeveyn
işleme
d541b350d2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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_;