Changeset: f9811a503095 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f9811a503095
Modified Files:
monetdb5/modules/mal/mal_mapi.c
Branch: Sep2022
Log Message:
Increase listen system call backlog to a more reasonable default.
diffs (12 lines):
diff --git a/monetdb5/modules/mal/mal_mapi.c b/monetdb5/modules/mal/mal_mapi.c
--- a/monetdb5/modules/mal/mal_mapi.c
+++ b/monetdb5/modules/mal/mal_mapi.c
@@ -88,7 +88,7 @@
#define accept4(sockfd, addr, addrlen, flags) accept(sockfd, addr, addrlen)
#endif
-#define SERVERMAXUSERS 5
+#define SERVERMAXUSERS SOMAXCONN
static const char seedChars[] = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i',
'j',
'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x',
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]