inertia-laravel icon indicating copy to clipboard operation
inertia-laravel copied to clipboard

feat(ssr): support timeout option

Open innocenzi opened this issue 3 years ago • 0 comments
trafficstars

This PR adds an inertia.ssr.timeout option that allows for specifying the connect_timeout of the Http gateway.

This is useful for developing locally without the SSR server enabled, as we can set a short timeout to avoid waiting 5 seconds for the page to load.

innocenzi avatar Jan 29 '22 15:01 innocenzi