mirror of
https://github.com/minio/minio.git
synced 2024-12-25 06:35:56 -05:00
2760fc86af
This PR fixes a hang which occurs quite commonly at higher concurrency by allowing following changes - allowing lower connections in time_wait allows faster socket open's - lower idle connection timeout to ensure that we let kernel reclaim the time_wait connections quickly - increase somaxconn to 4096 instead of 2048 to allow larger tcp syn backlogs. fixes #10413 |
||
---|---|---|
.. | ||
stats | ||
close.go | ||
dial_linux.go | ||
dial_others.go | ||
headers.go | ||
listen_nix.go | ||
listen_others.go | ||
listener_test.go | ||
listener.go | ||
server_test.go | ||
server.go |