Skip to content
Snippets Groups Projects
Commit 153f4006 authored by Tom Lane's avatar Tom Lane
Browse files

Instead of believing SOMAXCONN from the system header files (which is

a lie on many Unixen), invoke listen() with MIN(MaxBackends*2, 10000).
The clamp value 10000 is configurable in config.h.in, if that proves
to be necessary --- hopefully it won't.
parent d946b208
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment