You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting error: Warning: system call select exceeded the maximum number of connections 256.
As I can see in source codes, this error is produced only on Windows. And Unix systems will get another one: Warning: system call select exceeded the maximum number of connections 1024, please install event/libevent extension for more connections.
So, is there any way to get more than 256 connections on Windows?
The text was updated successfully, but these errors were encountered:
I'm getting error: Warning: system call select exceeded the maximum number of connections 256.
As I can see in source codes, this error is produced only on Windows. And Unix systems will get another one: Warning: system call select exceeded the maximum number of connections 1024, please install event/libevent extension for more connections.
So, is there any way to get more than 256 connections on Windows?
The text was updated successfully, but these errors were encountered: