From 6fa2cbbbb137132a6ed7aa604031ef85edbfb63c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 13 Sep 2023 13:38:40 +0200 Subject: [PATCH] large regular live channel queue size --- common/config/eive/definitions.h | 2 +- tmtc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config/eive/definitions.h b/common/config/eive/definitions.h index e62a90aa..d746c97d 100644 --- a/common/config/eive/definitions.h +++ b/common/config/eive/definitions.h @@ -58,7 +58,7 @@ static constexpr uint32_t NOK_STORE_QUEUE_SIZE = 350; static constexpr uint32_t HK_STORE_QUEUE_SIZE = 300; static constexpr uint32_t CFDP_STORE_QUEUE_SIZE = 300; -static constexpr uint32_t LIVE_CHANNEL_NORMAL_QUEUE_SIZE = 300; +static constexpr uint32_t LIVE_CHANNEL_NORMAL_QUEUE_SIZE = 400; static constexpr uint32_t LIVE_CHANNEL_CFDP_QUEUE_SIZE = 300; static constexpr uint32_t CFDP_MAX_FSM_CALL_COUNT_SRC_HANDLER = 50; diff --git a/tmtc b/tmtc index 8b45dd8b..8d28b321 160000 --- a/tmtc +++ b/tmtc @@ -1 +1 @@ -Subproject commit 8b45dd8bff5c0a31cdb2f56edc082624bf1fb936 +Subproject commit 8d28b321d4a1fa4ba7f375bbb0cb36d843c7dcf5