Skip to content

dashboard.py: force widget's cache cleaning

Ana Guerrero requested to merge ana/valve-infra:memory_cache into master

Cleaning the CanvasCache here is necessary to remove all the extra reference to widgets. This will allow the garbage collector to do its job and remove old widgets. Otherwise, the cache will grow with time eating up memory.

Merge request reports