Skip to content
  • Pablo Marcos Oltra's avatar
    Convert fetch commands to async · 96180b64
    Pablo Marcos Oltra authored and Nirbheek Chauhan's avatar Nirbheek Chauhan committed
    The improvement depends on the number of recipes, network capabilities
    and CPU power. This change is especially useful when there is nothing
    to be actually downloaded because sources are up to date.
    
    The --jobs/-j parameter allows to specify the number of parallel jobs to
    run:
      - 2 jobs will be used if no -j parameter is specified
      - Twice the number of logical cores will be used if no number is
        provided after the -j parameter
    96180b64