davidpanderson / science_united

Source code for Science United, an interface to BOINC.
GNU Lesser General Public License v3.0
66 stars 7 forks source link

Fix supposed typo for stop/start for Low power #20

Closed thadguidry closed 5 years ago

thadguidry commented 5 years ago

Also make message clear for translations

davidpanderson commented 5 years ago

Actually it's correct as is. In low power mode, computing is done only when the computer is in use (i.e. there's mouse/keyboard input). If there hasn't been any input in 10 minutes, BOINC stops computing, allowing the computer to go sleep or turn itself off.

(Win, for example, won't go to sleep if CPU usage is above a certain level).

thadguidry commented 5 years ago

Understood, thanks @davidpanderson , so I'll close this issue.