Eamon
Eamon
> Hi, thanks for the ready-to-go python script. It makes my life so much easier. I was able to successfully replicate your study using your **_existing_** photos. > > However,...
I try a new config: `{ Readtimeout: 200ms, Writetimeout:200ms, maxidleConnDuration:200ms}` everything will be normal, seems like maxidelConnDuration too low cause this problem
> I don't understand why you would want to set `MaxIdleConnDuration` so low? Setting up new connections takes CPU (especially if it's HTTPS connections). My service Get many logs and...
> If only half of your nginx workers is doing anything then that probably means that nginx doesn't need more? Why not reduce the worker count there? > > Setting...