aboutsummaryrefslogtreecommitdiffstats
path: root/exampleconfig.json
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2024-05-29 11:37:38 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2024-05-29 11:37:38 +0000
commitf848558ff6faedf3cf2553c4c1dddfbc3b86f8ed (patch)
treebe6fc841d91cab209fc3fc04a9078c5a6a3673f2 /exampleconfig.json
parentea15aa7f5de27495e8246a584be610f72d6ecc8d (diff)
downloadSmallYTChannelBot-f848558ff6faedf3cf2553c4c1dddfbc3b86f8ed.tar.gz
SmallYTChannelBot-f848558ff6faedf3cf2553c4c1dddfbc3b86f8ed.zip
Made the lambda cost a variable parameter
Diffstat (limited to 'exampleconfig.json')
-rwxr-xr-xexampleconfig.json3
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
}