From ffa62afc66823a767b56c1408148eba36a93460d Mon Sep 17 00:00:00 2001 From: Sandro Date: Wed, 24 Jan 2024 03:22:36 +0100 Subject: [PATCH] Follow up to the follow up in #616 (#660) --- config.example.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.example.toml b/config.example.toml index 04946840..cb31dadb 100644 --- a/config.example.toml +++ b/config.example.toml @@ -153,6 +153,7 @@ [git] +# How many repos to pull at max in parallel # max_concurrency = 5 # Additional git repositories to pull @@ -167,6 +168,7 @@ # Arguments to pass Git when pulling Repositories # arguments = "--rebase --autostash" + [windows] # Manually select Windows updates # accept_all_updates = false