• Bob Van Landuyt's avatar
    Remove dependency_list usage counter · 22c0c91c
    Bob Van Landuyt authored
    This counter counting usage by project, resulting in an ever growing
    set in Redis as the feature gains adoption.
    
    This data wasn't useful, while still consuming a relatively high
    amount of memory, so we removed it.
    
    A better approach would be using Redis HLL counters for this.
    22c0c91c
dependencies_controller.rb 2.43 KB