Skip to content

Commit

Permalink
Merge pull request #330 from northwesternfintech/increase-max-outgoin…
Browse files Browse the repository at this point in the history
…g-mq

Increase max outgoing message queue size
  • Loading branch information
stevenewald authored Nov 17, 2024
2 parents 20d017b + 21dc95e commit 0df7a73
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
Expand Up @@ -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
Expand Down

0 comments on commit 0df7a73

Please sign in to comment.