diff options
author | msglm <msglm@techchud.xyz> | 2023-01-11 20:51:08 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-01-11 20:51:08 -0600 |
commit | ea2410eeb18b495f71dfe6f0a941e5d65078c523 (patch) | |
tree | 75c3d78fbb08a1c127701e79bf3876511703efd8 /config | |
parent | 5489d351439d32b5a432190b98bb97a8e8fde123 (diff) | |
download | comedyGenerator-ea2410eeb18b495f71dfe6f0a941e5d65078c523.tar.gz comedyGenerator-ea2410eeb18b495f71dfe6f0a941e5d65078c523.tar.bz2 comedyGenerator-ea2410eeb18b495f71dfe6f0a941e5d65078c523.zip |
expanded config options
Diffstat (limited to 'config')
-rw-r--r-- | config | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,3 +6,9 @@ output=./ #Location of the log file, if you care about that. False will disable the log file log=False + +#Default amount of funnies to download +amount=10 + +#Default amount of jobs used when downloading +jobs=1 |