Skip to content

CPU efficiency

Compare
Choose a tag to compare
@g105b g105b released this 19 Aug 09:30
· 17 commits to master since this release
9f2f0d5

Running any long-running WebEngine commands is done within an infinite loop to allow the sub-processes to output their content to the terminal. This was a hog on the CPU, and required a microsleep between loop iterations. Simple fix with no backwards-breaking changes.