volatiletech / abcweb

Go web app framework and generator. Inspired by Rails.
BSD 3-Clause "New" or "Revised" License
265 stars 15 forks source link

`abcweb dev` pinning a core #12

Closed MaerF0x0 closed 7 years ago

MaerF0x0 commented 7 years ago

Any way we can make it so it doesnt pin a core? Will chew through a laptop battery in no time, meaning I cant dev in a coffee shop or something.
A couple screenshots from activity monitor CPU and Energy tabs.

screen shot 2017-07-04 at 7 34 04 am screen shot 2017-07-04 at 7 35 06 am

Aside: I know I've opened many issues, let me know which you'd like me to tackle.

nullbio commented 7 years ago

Interesting. Is this only when saving files or at all times? I'll have to look into this one further. If it's when you're saving files I would imagine it is due to gulps execution, which would be out of our control. If it's continuous then this may be something that can be fixed, I'd have to see. It also might be unique to OSX as well, which I've never tested on (I'm using Ubuntu).

nullbio commented 7 years ago

I believe this was due to the refresh library, and the problem has now been fixed in v3: https://github.com/volatiletech/abcweb/releases/tag/v3.0.0 -- please let me know if any problems persist, thank you.