mirror of https://github.com/aria2/aria2
Set DEFAULT_REFRESH_INTERVAL 1000 to update console readout more
smoothly.pull/1/head
parent
59f251ba14
commit
d541b350d2
|
@ -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_;
|
||||||
|
|
Loading…
Reference in New Issue