Set DEFAULT_REFRESH_INTERVAL 1000 to update console readout more

smoothly.
pull/1/head
Tatsuhiro Tsujikawa 2011-02-26 23:16:48 +09:00
parent 59f251ba14
commit d541b350d2
1 changed files with 1 additions and 1 deletions

View File

@ -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_;