diff options
-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 |