cretueusebiu / valet-windows

Laravel Valet for Windows.
MIT License
912 stars 86 forks source link

Increase request timeout #177

Closed segungreat closed 3 years ago

segungreat commented 3 years ago

Hello. have been experiencing request timeout most especially when doing ajax request and large file uploads.

Is there a way to increase the request time from 30 seconds to like 60 seconds or more. I have changed it in php.ini file but not working.

cretueusebiu commented 3 years ago

Run valet restart after modifing php.ini

segungreat commented 3 years ago

OK. Thanks