some more tweaks

This commit is contained in:
2023-03-31 17:39:13 +02:00
parent f51656a813
commit fcf3437410
2 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@ ReturnValue_t PersistentLogTmStoreTask::performOperation(uint8_t opCode) {
TaskFactory::delayTask(100);
} else if (vcBusyDuringDump) {
// TODO: Might not be necessary
sif::debug << "VC busy, delaying" << std::endl;
TaskFactory::delayTask(10);
}
}