#2104 Added user configurable idle time.
This commit is contained in:
parent
f599807bbb
commit
ee341118ce
16 changed files with 99 additions and 114 deletions
|
@ -181,7 +181,7 @@ static inline const std::string &usage()
|
|||
u += " --no-title disable setting console window title\n";
|
||||
# endif
|
||||
u += " --pause-on-battery pause mine on battery power\n";
|
||||
u += " --pause-on-active pause mine when mouse or keyboard is touched\n";
|
||||
u += " --pause-on-active=N pause mine when the user is active (resume after N seconds of last activity)\n";
|
||||
|
||||
# ifdef XMRIG_FEATURE_BENCHMARK
|
||||
u += " --stress run continuous stress test to check system stability\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue