diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2023-12-26 16:34:58 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2023-12-26 19:07:30 +0100 |
commit | 87d5c99ebfee6e2255bd057e0eb45f1631b8b987 (patch) | |
tree | edd02e5d96f43b451e88e333a8c7b6112b32f0c2 | |
parent | 89dbf565de7b980d2b336c58633b7a27681adaf5 (diff) |
sfeedrc: bump default maxjobs from 8 to 16
-rwxr-xr-x | sfeed_update | 2 | ||||
-rw-r--r-- | sfeedrc.5 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sfeed_update b/sfeed_update index 309b348..94b64df 100755 --- 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) @@ -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 |