Skip to content

BUGFIX too frequent writing to mysql database

This FE is currently writing to the mysql db every second. This is too often and currently cant be changed in the odb. This MR allows changes in the odb to be read by the FE and additionally sets the default write time to the mysql db to five minutes.

Merge request reports