(no commit message)
authorAtemu <Atemu@web>
Tue, 8 Feb 2022 10:47:21 +0000 (10:47 +0000)
committeradmin <admin@branchable.com>
Tue, 8 Feb 2022 10:47:21 +0000 (10:47 +0000)
doc/todo/More_precise_jobs_count_config.mdwn [new file with mode: 0644]

diff --git a/doc/todo/More_precise_jobs_count_config.mdwn b/doc/todo/More_precise_jobs_count_config.mdwn
new file mode 100644 (file)
index 0000000..ebcb486
--- /dev/null
@@ -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.