diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2024-05-29 11:37:38 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2024-05-29 11:37:38 +0000 |
commit | f848558ff6faedf3cf2553c4c1dddfbc3b86f8ed (patch) | |
tree | be6fc841d91cab209fc3fc04a9078c5a6a3673f2 /exampleconfig.json | |
parent | ea15aa7f5de27495e8246a584be610f72d6ecc8d (diff) | |
download | SmallYTChannelBot-f848558ff6faedf3cf2553c4c1dddfbc3b86f8ed.tar.gz SmallYTChannelBot-f848558ff6faedf3cf2553c4c1dddfbc3b86f8ed.zip |
Made the lambda cost a variable parameter
Diffstat (limited to 'exampleconfig.json')
-rwxr-xr-x | exampleconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleconfig.json b/exampleconfig.json index 0e517df..0ad4134 100755 --- a/exampleconfig.json +++ b/exampleconfig.json @@ -32,5 +32,6 @@ "passwd": "xxxxxxxxxxxxxxxx", "database": "SmallYTChannel" }, - "min_comment_len": 120 + "min_comment_len": 120, + "lambda_cost": 2 } |