diff --git a/threadloop.h b/threadloop.h index 106c33a..2262144 100644 --- a/threadloop.h +++ b/threadloop.h @@ -21,7 +21,7 @@ License along with FlashMQ. If not, see . #include "threaddata.h" #include "threadauth.h" -#define MAX_EVENTS 1024 +#define MAX_EVENTS 65536 void do_thread_work(ThreadData *threadData);