diff --git a/package.json b/package.json index 27c6a7d..0a5aba9 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/api/pushshift/index.js b/src/api/pushshift/index.js index 96e2b05..ba48640 100644 --- a/src/api/pushshift/index.js +++ b/src/api/pushshift/index.js @@ -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' ]