-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keybase utility changes Windows CPU timer resolution #2525
Comments
This is probably golang/go#8687 @nscaife can you confirm what Runtime says in Platform information from This should be fixed in versions compiled with 1.6, but present in versions compiled with 1.5.x. |
@taruti No problem, here's that output:
|
Thank you. This should go away when updating Keybase to a version built with Go version 1.6. (I'd wait 24h before updating for a build with #2522 fix included). |
This looks like it is fixed now, thanks! |
Client: 1.0.14 Service: 1.0.14
Microsoft Windows [Version 10.0.10586]
On Windows, the Keybase background utility requests an increased CPU timer resolution, even when idling. This can cause decreased battery life on mobile devices. From
powercfg -energy
:Is this intentional? It looks like the utility is idling in the background but keeps the request active.
The text was updated successfully, but these errors were encountered: