Azure / static-web-apps-cli

Azure Static Web Apps CLI ✨
https://aka.ms/swa/cli-local-development
MIT License
583 stars 110 forks source link

fix: remove initial delay to speed up requests #761

Closed cjk7989 closed 8 months ago

cjk7989 commented 8 months ago

The previous wait-on function has a param: initial delay = 1000, which caused the waiting time of a request to a dev server to at least 1000ms. This PR remove the param, which will be 0 by default.

johnnyreilly commented 8 months ago

Testing results can be seen here: https://github.com/Azure/static-web-apps-cli/pull/758#issuecomment-1787950192