ember-fastboot / fastboot

FastBoot is a library for rendering Ember.js applications in Node.js.
http://ember-fastboot.com/
158 stars 71 forks source link

Expose option to allow a new sandbox per visit #252

Closed rwjblue closed 4 years ago

rwjblue commented 4 years ago

This PR does a few things:

Firstly, it allows the end consumer to decide if they want a sandbox per visit or to share a single sandbox over all visits.

Second, it changes the default of buildSandboxPerVisit back to false therefore sharing a single sandbox for many visit invocations.

Reverts the defaults change introduced in #236.