• Steven Allen's avatar
    providers: run datastore GC concurrently · e7e91867
    Steven Allen authored
    Motivation: Walking the datastore can take time and currently blocks
    adding/removing providers.
    
    We need to do this in the same goroutine to avoid some logical races.
    e7e91867
providers.go 7.81 KB