this is insane
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-03-27 21:23:09 +02:00
parent 7023fe5c42
commit fb324516bb
7 changed files with 51 additions and 15 deletions

View File

@ -34,7 +34,7 @@ ReturnValue_t PersistentLogTmStoreTask::performOperation(uint8_t opCode) {
if (not someonesBusy) {
TaskFactory::delayTask(100);
} else if (someFileWasSwapped) {
TaskFactory::delayTask(1);
TaskFactory::delayTask(2);
}
}
}