Skip to content
  • Kevin Funk's avatar
    Perf: Reduce calls to availableSessionInfos() · a844f606
    Kevin Funk authored
    It's an expensive operation which iterates through the stored session
    config directories and parses config files.
    Esp. bad with tons of available sessions (as I have).
    
    Call once, cache the result.
    a844f606