diff --git a/package.json b/package.json index 0a5aba9..81d966c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "removeddit", - "version": "1.1.6", + "version": "1.1.7", "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 ba48640..bcb6bc5 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: 25000, + size: 20000, _source: [ 'author', 'body', 'created_utc', 'parent_id', 'score', 'subreddit', 'link_id' ]