Skip to content

Commit

Permalink
Reduce number of articles fetched per request (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyssion authored Mar 8, 2024
1 parent 288003f commit 3dacf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export default class OmnivorePlugin extends Plugin {
(templateSpan) => templateSpan[1] === 'fileAttachment',
)

const size = 50
const size = 15
for (
let hasNextPage = true, articles: Article[] = [], after = 0;
hasNextPage;
Expand Down

0 comments on commit 3dacf1d

Please sign in to comment.