get rid of the printouts and of the delay
All checks were successful
EIVE/eive-obsw/pipeline/pr-v2.2.0-dev This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-v2.2.0-dev This commit looks good
This commit is contained in:
parent
7bd2fce86f
commit
50327fb614
@ -48,7 +48,7 @@ ReturnValue_t PersistentLogTmStoreTask::performOperation(uint8_t opCode) {
|
|||||||
} else {
|
} else {
|
||||||
// TODO: Would be best to remove this, but not delaying here can lead to evil issues.
|
// TODO: Would be best to remove this, but not delaying here can lead to evil issues.
|
||||||
// Polling the PAPB of the PTME core too often leads to scheuduling issues.
|
// Polling the PAPB of the PTME core too often leads to scheuduling issues.
|
||||||
TaskFactory::delayTask(2);
|
// TaskFactory::delayTask(2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,7 @@ ReturnValue_t PersistentSingleTmStoreTask::performOperation(uint8_t opCode) {
|
|||||||
} else {
|
} else {
|
||||||
// TODO: Would be best to remove this, but not delaying here can lead to evil issues.
|
// TODO: Would be best to remove this, but not delaying here can lead to evil issues.
|
||||||
// Polling the PAPB of the PTME core too often leads to scheuduling issues.
|
// Polling the PAPB of the PTME core too often leads to scheuduling issues.
|
||||||
TaskFactory::delayTask(2);
|
// TaskFactory::delayTask(2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,6 @@ bool TmStoreTaskBase::handleOneStore(PersistentTmStoreWithTmQueue& store,
|
|||||||
}
|
}
|
||||||
// Dump TMs
|
// Dump TMs
|
||||||
if (store.getState() == PersistentTmStore::State::DUMPING) {
|
if (store.getState() == PersistentTmStore::State::DUMPING) {
|
||||||
sif::debug << "handling dump" << std::endl;
|
|
||||||
if (handleOneDump(store, dumpContext, dumpPerformed) != returnvalue::OK) {
|
if (handleOneDump(store, dumpContext, dumpPerformed) != returnvalue::OK) {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user