Skip to content

Commit

Permalink
Increase max outgoing message queue size
Browse files Browse the repository at this point in the history
stevenewald committed Nov 17, 2024
1 parent 20d017b commit 21dc95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchange/src/exchange/config/static/config.hpp
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 21dc95e

Please sign in to comment.