increase tm funnel queue depth
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2022-02-18 14:08:31 +01:00
parent a6f3b6fc83
commit 2bc717caa0
2 changed files with 2 additions and 2 deletions

2
fsfw

@ -1 +1 @@
Subproject commit a12e98d9481e224a30a1150e9dfd0a48501f410f Subproject commit 0d66569687eac9fb5a1ae7eaad8a4c9fbe187b14

View File

@ -69,7 +69,7 @@ void ObjectFactory::produceGenericObjects() {
objects::CCSDS_PACKET_DISTRIBUTOR); objects::CCSDS_PACKET_DISTRIBUTOR);
// Every TM packet goes through this funnel // Every TM packet goes through this funnel
new TmFunnel(objects::TM_FUNNEL); new TmFunnel(objects::TM_FUNNEL, 50);
// PUS service stack // PUS service stack
new Service1TelecommandVerification(objects::PUS_SERVICE_1_VERIFICATION, apid::EIVE_OBSW, new Service1TelecommandVerification(objects::PUS_SERVICE_1_VERIFICATION, apid::EIVE_OBSW,