From d20550ac6963ac6c6459fbd9db6e5a1a7a0da7e4 Mon Sep 17 00:00:00 2001 From: Atemu Date: Tue, 8 Feb 2022 10:47:21 +0000 Subject: [PATCH] --- doc/todo/More_precise_jobs_count_config.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/todo/More_precise_jobs_count_config.mdwn diff --git a/doc/todo/More_precise_jobs_count_config.mdwn b/doc/todo/More_precise_jobs_count_config.mdwn new file mode 100644 index 0000000000..ebcb4868f4 --- /dev/null +++ b/doc/todo/More_precise_jobs_count_config.mdwn @@ -0,0 +1,7 @@ +There is `annex.jobs` to configure job count globally but the need for parallelisation varies greatly for me. + +For example, sync should do its git commands with as many remotes in parallel as it can to minimise sync runtime but copy, move, fsck etc. on a local slow hard drive should only do one or two files at a time. + +Could there be a way to be more precise with how much parallelisation you want by default? + +Maybe for each sub-command or resource access pattern. -- 2.30.2