mkloubert / vs-deploy

Visual Studio Code extension that provides commands to deploy files of a workspace to a destination.
https://marketplace.visualstudio.com/items?itemName=mkloubert.vs-deploy
MIT License
131 stars 24 forks source link

There are too many connections from your internet address. #121

Open faelp22 opened 6 years ago

faelp22 commented 6 years ago

Hello everyone,

I'm having this problem with many connections, do you have any way to limit the maximum number or do the entire upload on a single connection?

I currently use GULP to generate the files and when it does this the VS-Deploy give this error, why does this happen?

adibpg commented 6 years ago

Check that you don't have a loop in you gulp watch. If the files are constantly being regenerated then VS-Deploy keeps opening connections to deploy the file.