Skip to content

Commit

Permalink
chore(externals): add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed May 31, 2023
1 parent 3f82dd1 commit 3bb0972
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions external-scripts/prune-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ type DataLimit = {
deleteFn?: (thresholdEntry: WithId<Document>) => Promisable<number>;
};

// TODO: PRUNE_DATA_MAX_SESSIONS_BYTES
// TODO: PRUNE_DATA_MAX_PAGES_BYTES

// eslint-disable-next-line no-console
log.log = console.info.bind(console);

Expand Down

0 comments on commit 3bb0972

Please sign in to comment.