inertia-laravel
inertia-laravel copied to clipboard
feat(ssr): support timeout option
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.