Sfoglia il codice sorgente

Set DEFAULT_REFRESH_INTERVAL 1000 to update console readout more
smoothly.

Tatsuhiro Tsujikawa 15 anni fa
parent
commit
d541b350d2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/DownloadEngine.h

+ 1 - 1
src/DownloadEngine.h

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