Skip to content

Introduced hard_filtering

S Rubio ALBA requested to merge github/fork/initfve/feature/hard-filtering into master

Created by: initfve

Hi,

There is a problem with Panic GUI when system has a lot of alarms (~14k in my case). The GUI can't finish loading and hangs. It seems like it wants to load all the alarms and then apply filters. In old version (5.5.3) it working normally, but in massive changelog I couldn't find reason.

I made a patch which introduces "hard filtering" mode which apply filter on loading alarms from database. On my setup, it's working fine, but it's a pretty big change, and I'm not convinced that it isn't breaking anything

Merge request reports