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

This commit is contained in:
Robin Müller 2023-03-28 21:59:38 +02:00
parent 4c57e48399
commit eafc47f7a1
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -41,8 +41,7 @@ class TmStoreTaskBase : public SystemObject {
// 20 minutes are allowed as maximum dump time.
Countdown cancelDumpCd = Countdown(60 * 20 * 1000);
// 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 * 20 * 1000); // Countdown(60 * 1000 );
Countdown tmSinkBusyCd = Countdown(60 * 1000);
VirtualChannel& channel;
bool storesInitialized = false;
bool fileHasSwapped = false;