From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Parallel downloads Date: Wed, 06 Nov 2019 16:34:17 +0100 Message-ID: <87eeyl10jq.fsf@gnu.org> References: <87pnid3qdh.fsf@ambrevar.xyz> <87k18kyjlm.fsf@nckx> <87wock97ye.fsf@ambrevar.xyz> <87k18h3tii.fsf@gnu.org> <87muddm110.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46126) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSNKC-0007CX-04 for guix-devel@gnu.org; Wed, 06 Nov 2019 10:34:24 -0500 In-Reply-To: <87muddm110.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Sun, 03 Nov 2019 16:29:15 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: guix-devel@gnu.org Hi, Pierre Neidhardt skribis: > A few questions: > > - How does --mac-jobs work with regard to progress bars? When there are several jobs running at the same time, it doesn=E2=80=99t di= splay any progress bar. (In theory, it could do a multi-line display but that wouldn=E2=80=99t work with all terminals, it=E2=80=99s tricky, and overall = not all that useful.) > - Can we configure the default value? Yup, just pass =E2=80=98--max-jobs=3DN=E2=80=99 to the daemon. HTH! Ludo=E2=80=99.