Skip to content
  • Sofia Papagiannaki's avatar
    pithos: improve performance of get_domain_list · eed8b9e2
    Sofia Papagiannaki authored
    Before it used to query the database
    for all the objects having the specific domain
    and finally filtered out the objects to which the user had no access.
    Now gets first the allowed_paths for the user and then
    brings those having the specific domain
    
    Refs: #3510
    eed8b9e2