Skip to content

Commit

Permalink
Merge pull request #1579 from criblio/timeout-consume
Browse files Browse the repository at this point in the history
Increase the IPC message retry limit (library)
  • Loading branch information
michalbiesek authored Jul 11, 2023
2 parents 0d957a9 + 18d8c0f commit 9237fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ipc.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
* See details in: https://man7.org/linux/man-pages/man7/mq_overview.7.html
*/

// Send message retry count
#define RETRY_COUNT 50
// IPC message (send/receive) retry count
#define RETRY_COUNT 500
#define INPUT_MSG_ALLOC_LIMIT (1024*1024) // 1 MB

/*
Expand Down

0 comments on commit 9237fcc

Please sign in to comment.