# # # patch "src/main.cpp" # from [0afd6c22edd9cd74e4fbbf6f858ebdd45ccc13a5] # to [3721ba7f6006b1b3128beb139fb100fb52166c5d] # ============================================================ --- src/main.cpp 0afd6c22edd9cd74e4fbbf6f858ebdd45ccc13a5 +++ src/main.cpp 3721ba7f6006b1b3128beb139fb100fb52166c5d @@ -16,6 +16,11 @@ * along with this program. If not, see . * ***************************************************************************/ +// raise the file descriptor limit from 1042 (default) +#ifdef Q_WS_MAC +#define FD_SETSIZE 4096 +#endif + #include "DebugLog.h" #include "GuitoneCore.h" #include "GuitoneStandalone.h"