features
-
make proxy timeout configurable 795f3c5
Many users were seeing 504 timeout errors - this is often because of how
slow Magento is to run locally.The solve this problem, provide this new flag in the following way
~/Downloads/config-gen --proxy_timeout_secs 100 --config config.yml "https://mysite.test"
-
also apply timeout to proxy requests 75a5a32
-
added PresetOptions 21d1076
-
validate presets before starting a server b6ce59d
-
making paths configurable abf631d
fix
improvement
- better error messages 0e01ad1