some more cleaning up
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-03-28 21:59:38 +02:00
parent 4c57e48399
commit eafc47f7a1

View File

@ -41,8 +41,7 @@ class TmStoreTaskBase : public SystemObject {
// 20 minutes are allowed as maximum dump time. // 20 minutes are allowed as maximum dump time.
Countdown cancelDumpCd = Countdown(60 * 20 * 1000); Countdown cancelDumpCd = Countdown(60 * 20 * 1000);
// If the TM sink is busy for 1 minute for whatever reason, cancel the dump. // If the TM sink is busy for 1 minute for whatever reason, cancel the dump.
// TODO: Reset this to default value. Countdown tmSinkBusyCd = Countdown(60 * 1000);
Countdown tmSinkBusyCd = Countdown(60 * 20 * 1000); // Countdown(60 * 1000 );
VirtualChannel& channel; VirtualChannel& channel;
bool storesInitialized = false; bool storesInitialized = false;
bool fileHasSwapped = false; bool fileHasSwapped = false;