# | 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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |