jsha / blocktogether

Share your blocks and subscribe to others'
GNU General Public License v3.0
330 stars 68 forks source link

In dev mode, don't use workers #169

Open jsha opened 9 years ago

jsha commented 9 years ago

Right now blocktogether.js forks off two workers, to take better advantage of the two-CPU frontend it runs on. But in dev, this just slows down restarts and creates other minor annoyances. Create a dev-mode flag that inhibits forking.