3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 19:15:24 +02:00

Raise posix descriptor limit if necessary

This commit is contained in:
Simon Walton 2018-07-17 11:04:25 -07:00
parent 06d1602c0d
commit 187259c838

View file

@ -23,6 +23,7 @@
#include "AssignmentClientChildData.h"
#include <HTTPManager.h>
#include <HTTPConnection.h>
#include <sys/resource.h>
extern const char* NUM_FORKS_PARAMETER;