Skip to content
  • Philipp Winter's avatar
    Write test cache to disk, so it survives restarts. · ef291d3d
    Philipp Winter authored
    Our cache will contain hundreds of bridges.  Testing all these bridges
    again after bridgestrap quits for whatever reason is expensive.  This
    patch makes bridgestrap write its cache to disk when it exists, and
    read it from disk when it starts, so we don't have to re-build our cache
    after a restart.
    
    The new flag '-cache' specifies the path to our cache.
    ef291d3d