commit 87d5c99ebfee6e2255bd057e0eb45f1631b8b987
parent 89dbf565de7b980d2b336c58633b7a27681adaf5
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 26 Dec 2023 16:34:58 +0100
sfeedrc: bump default maxjobs from 8 to 16
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sfeed_update b/sfeed_update
@@ -7,7 +7,7 @@ sfeedpath="$HOME/.sfeed/feeds"
# used for processing feeds concurrently: wait until ${maxjobs} amount of
# feeds are finished at a time.
-maxjobs=8
+maxjobs=16
# load config (evaluate shellscript).
# loadconfig(configfile)
diff --git a/sfeedrc.5 b/sfeedrc.5
@@ -1,4 +1,4 @@
-.Dd July 7, 2023
+.Dd December 26, 2023
.Dt SFEEDRC 5
.Os
.Sh NAME
@@ -18,7 +18,7 @@ The default is
can be used to change the amount of concurrent
.Fn feed
jobs.
-The default is 8.
+The default is 16.
.El
.Sh FUNCTIONS
.Bl -tag -width Ds