mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
Changed retrived comments from Pushshift to 25k from 10k
This commit is contained in:
parent
f157217a6a
commit
e945ef4c73
2 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue