Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Fix missing commits of in-memory vocabulary updates.

Adam Reichold requested to merge refresh-loop into main

These would lead to busy loops which repeatedly read and parse the vocabularies, only to rollback the transaction and drop the newly allocated hash table.

Merge request reports