Skip to content
  • David Edmundson's avatar
    Don't call update inside the application constructor · b1e85d57
    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.
    b1e85d57