lot of debugging and trying out
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2023-10-13 11:42:13 +02:00
parent 9f600a24ff
commit 5bcd171108
4 changed files with 20 additions and 8 deletions

View File

@ -72,9 +72,7 @@ ReturnValue_t CfdpHandler::initialize() {
}
fsmCount = 0;
if (throttleSignal) {
throttlePeriodOngoing = true;
}
throttlePeriodOngoing = throttleSignal;
// CFDP can be throttled by the slowest live TM handler to handle back pressure in a sensible
// way without requiring huge amounts of memory for large files.