[reddit] change default value for 'comments' to '0'

This commit is contained in:
Mike Fährmann
2019-12-20 16:54:59 +01:00
parent 9c0928457a
commit 48e42e73fb
3 changed files with 8 additions and 9 deletions

View File

@@ -886,7 +886,7 @@ extractor.reddit.comments
-------------------------
=========== =====
Type ``integer``
Default ``500``
Default ``0``
Description The value of the ``limit`` parameter when loading
a submission and its comments.
This number (roughly) specifies the total amount of comments

View File

@@ -110,7 +110,7 @@
"reddit":
{
"refresh-token": null,
"comments": 500,
"comments": 0,
"morecomments": false,
"date-min": 0,
"date-max": 253402210800,