Commit a6455a98a64fd8e577d225f2bbf7376e642a4b1a

Authored by Wiebe Cazemier
1 parent 106cb652

Increase max events per thread to 65536

Showing 1 changed file with 1 additions and 1 deletions
threadloop.h
... ... @@ -21,7 +21,7 @@ License along with FlashMQ. If not, see <https://www.gnu.org/licenses/>.
21 21 #include "threaddata.h"
22 22 #include "threadauth.h"
23 23  
24   -#define MAX_EVENTS 1024
  24 +#define MAX_EVENTS 65536
25 25  
26 26 void do_thread_work(ThreadData *threadData);
27 27  
... ...