Skip to content

Commit

Permalink
Increase prepopulate window to 500 (#2070)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubwub authored Jan 24, 2025
1 parent 782a0b3 commit ac0a20b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function getDocsReadV2Service(app: FdrApplication): DocsV2ReadService {
});

const allDocsUrls = await app.dao.docsV2().listDocsUrlsUpdatedWithin({
days: 60,
days: 500,
page: 1,
limit: 200,
});
Expand Down

0 comments on commit ac0a20b

Please sign in to comment.