ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Server/server.c
(Generate patch)

Comparing Server/server.c (file contents):
Revision 1.9 by nishi, Mon Oct 28 00:12:13 2024 UTC vs.
Revision 1.10 by nishi, Sun Nov 3 06:16:48 2024 UTC

# Line 1023 | Line 1023 | void tw_server_loop(void) {
1023          struct timeval tv;
1024   #endif
1025   #if defined(__MINGW32__) || defined(__HAIKU__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__NETWARE__) && !defined(__DOS__))
1026 <        struct thread_entry threads[2048];
1026 >        struct thread_entry threads[128];
1027          for(i = 0; i < sizeof(threads) / sizeof(threads[0]); i++) {
1028                  threads[i].used = false;
1029          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines