getkirby / starterkit

Kirby's sample site – the easiest way to get started with Kirby
https://getkirby.com
176 stars 51 forks source link

Disable composer timeout (5 min) for serve script #17

Closed johannschopplich closed 3 years ago

johannschopplich commented 3 years ago

I've ran into timeouts some time ago with a similar serve script. I think a more robust solution would be to disable the timeout for the start script.

The default value is 300 seconds (5 minutes).

https://getcomposer.org/doc/03-cli.md#composer-process-timeout

lukasbestle commented 3 years ago

Thank you! 👍