Introduction
Introduction Statistics Contact Development Disclaimer Help
sfeedrc: bump default maxjobs from 8 to 16 - sfeed - RSS and Atom parser
git clone git://git.codemadness.org/sfeed
Log
Files
Refs
README
LICENSE
---
commit 87d5c99ebfee6e2255bd057e0eb45f1631b8b987
parent 89dbf565de7b980d2b336c58633b7a27681adaf5
Author: Hiltjo Posthuma <[email protected]>
Date: Tue, 26 Dec 2023 16:34:58 +0100
sfeedrc: bump default maxjobs from 8 to 16
Diffstat:
M sfeed_update | 2 +-
M sfeedrc.5 | 4 ++--
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
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.