I'm curious, does anyone know why cfservd is limited to 1000 concurrent connections?
>From the latest cfservd.c:
if ((CFD_MAXPROCESSES < 1) || (CFD_MAXPROCESSES > 1000))
{
FatalError("cfservd MaxConnections with silly value");
}
Thank you,
-Jason Martin
_______________________________________________
Help-cfengine mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-cfengine
