You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
host:'0.0.0.0', // Optional - Sets the host the server listens on.
45
45
port:4000, // Optional - Sets the port the server listens on (defaults to the PORT env var or 3000).
46
-
sandboxGlobals: { GLOBAL_VALUE:MY_GLOBAL } // Optional - Make values available to the Ember app running in the FastBoot server, e.g. "MY_GLOBAL" will be available as "GLOBAL_VALUE"
46
+
sandboxGlobals: { GLOBAL_VALUE:MY_GLOBAL } // Optional - Make values available to the Ember app running in the FastBoot server, e.g. "MY_GLOBAL" will be available as "GLOBAL_VALUE",
47
+
chunkedResponse:true// Optional - Opt-in to chunked transfer encoding, transferring the head, body and potential shoeboxes in separate chunks. Chunked transfer encoding should have a positive effect in particular when the app transfers a lot of data in the shoebox.
0 commit comments