Skip to content

Fix bug in equipment cache update

Matthias Braeger requested to merge fix-equipment-cache-update into master

A cache.put() was missing, which is absolutely required when running in clustered mode. However, in single server mode this was not a problem.

Merge request reports