Skip to content

Commit

Permalink
[Core] fixes for high load systems - re-enabled history and state logger
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Apr 30, 2023
1 parent 746b42d commit 09e44e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ public function log(
$note->setDescription($description);
}

//$this->noteService->storeNote($note);
$this->noteService->storeNote($note);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function log(Concrete $object, Event $event): void
$note->addData('workflow', 'text', $event->getWorkflowName());
$note->addData('transition', 'text', $transition->getName());

//$this->noteService->storeNote($note);
$this->noteService->storeNote($note);
}

private function getFrom(array $froms)
Expand Down

0 comments on commit 09e44e0

Please sign in to comment.