[reddit] change default value for 'comments' to '0'
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
"reddit":
|
||||
{
|
||||
"refresh-token": null,
|
||||
"comments": 500,
|
||||
"comments": 0,
|
||||
"morecomments": false,
|
||||
"date-min": 0,
|
||||
"date-max": 253402210800,
|
||||
|
||||
Reference in New Issue
Block a user