Peter M. Groen
/
FlashMQ
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a6455a98a64fd8e577d225f2bbf7376e642a4b1a
Authored by
Wiebe Cazemier
2021-12-01 17:31:34 +0100
1 parent
106cb652
Increase max events per thread to 65536
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
threadloop.h
threadloop.h
View file @
a6455a9
...
...
@@ -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
...
...