Skip to content
  • David Edmundson's avatar
    Don't call update inside the application constructor · fac5c2c3
    David Edmundson authored
    update calls a virtual method to filter for valid cgroups, it is important
    this is not called during the constructor.
    
    Deferring this also helps speed up loading this model. Any view already
    handles data being updated afterwards.
    
    
    (cherry picked from commit b1e85d57)
    fac5c2c3