mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 21:23:03 +01:00
Users on Windows are hitting the 1024 FD_SETSIZE socket limit
This commit is contained in:
parent
1fa34af586
commit
905d02a0f9
@ -79,7 +79,7 @@
|
||||
|
||||
|
||||
#ifdef WIN_NT
|
||||
#define FD_SETSIZE 1024
|
||||
#define FD_SETSIZE 2048
|
||||
#endif
|
||||
|
||||
#ifndef WIN_NT
|
||||
|
Loading…
Reference in New Issue
Block a user