From 21dc95ef171c9823a1d752a5572764b02ee0598c Mon Sep 17 00:00:00 2001 From: Steven Ewald Date: Sun, 17 Nov 2024 16:18:33 -0600 Subject: [PATCH] Increase max outgoing message queue size --- exchange/src/exchange/config/static/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/src/exchange/config/static/config.hpp b/exchange/src/exchange/config/static/config.hpp index 6b0c9d75..ecbdf5b9 100644 --- a/exchange/src/exchange/config/static/config.hpp +++ b/exchange/src/exchange/config/static/config.hpp @@ -4,7 +4,7 @@ #define DEBUG_NUM_USERS 2 // How many outgoing messages for one wrapper before we start dropping -#define MAX_OUTGOING_MQ_SIZE 1000 +#define MAX_OUTGOING_MQ_SIZE 10000 // Limit to 16kb #define MAX_PIPE_MSG_SIZE 16000