Skip to content

210: Remove somaxconn override.

Compare
Choose a tag to compare
@ahkok ahkok released this 09 Apr 20:57
· 28 commits to master since this release
Previously, the default was 128, which we conservatively increased
to a higher value. 5.4.x kernels however have a value of 4096 by
default, meaning we *decrease* the amount, unintentionally.

It's possible that this may affect something negatively, but, if
that is found to be, we can address it when needed. This should
largely be a positive change in most cases.