浏览代码

Set DEFAULT_REFRESH_INTERVAL 1000 to update console readout more
smoothly.

Tatsuhiro Tsujikawa 14 年之前
父节点
当前提交
d541b350d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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_;