Lars Jeppesen

Results 10 comments of Lars Jeppesen

Anyone knows what this "janky" check is and why nothing happens with it ?

Hi @tomyan, I'm sorry but I'm also waiting for a response from the maintainers. They might be busy with other stuff, because I can see several other pull requests waiting....

Unfortunately, the docker team decided to reintroduce the incorrect bits to avoid breaking the cache. They said that they already planned to break the cache when introducing buildkit and then...

> Bump, also running into this issue Have you tried using buildkit?. That should have been include since Docker 18.06. The docker team promised that they would fix the bits...

> No, I haven't tried using buildkit yet. Just the default docker and docker-compose that comes with Docker for Mac (19.03.5). It should be included with that build, but you...

I noticed that there is a config option called maxsockets. But the default is 15 and ```npm config get maxsockets``` also returns 15. So if this should limit the number...

@MartinFalatic ```npm config get agent``` returns ```undefined``` I have also looked in the code base, but I can't find anywhere it refers to the ```maxsockets``` settings. I can find it...

Hi, This might be related to #7072 . We saw a similar problem on our internal proxy cache due to high number of connections opened by npm.

> Hi @Larsjep, thanks for pointing out your issue. Just wanted to confirm how did you check how many connections `npm install` was opening? I'm using wireshark and noticing when...

Yes, this could be very useful 👍