Changed retrived comments from Pushshift to 25k from 10k

This commit is contained in:
JubbeArt 2018-08-26 00:30:46 +02:00
parent f157217a6a
commit e945ef4c73
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "removeddit",
"version": "1.1.5",
"version": "1.1.6",
"description": "View removed comments from reddit",
"main": "src/index.js",
"repository": {

View file

@ -29,7 +29,7 @@ export const getComments = threadID => {
link_id: toBase10(threadID)
}
},
size: 10000,
size: 25000,
_source: [
'author', 'body', 'created_utc', 'parent_id', 'score', 'subreddit', 'link_id'
]