walterl / proton-privoxy

Privoxy over ProtonVPN in Docker
MIT License
112 stars 29 forks source link

[Enhancement] increase max connections #59

Open mooleshacat opened 4 weeks ago

mooleshacat commented 4 weeks ago

Hi I come from downstream fork https://github.com/catspeed-cc/proton-privoxy

I found issues with the max connections being low in the file here https://github.com/catspeed-cc/proton-privoxy/blob/master/app/proton-privoxy/config

I set mine to 102400 but you could set a more reasonable but higher limit.

It was causing issues with my backend servers trying to open many localhost proxy connections and getting failures.

I have been testing it and it works very well :) Thank you for the hard work you do on the project 👍