Skip to content

Commit

Permalink
:)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Jun 13, 2024
1 parent 7f9168b commit 158f287
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/src/indexing-store/historical.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ export const getHistoricalStore = ({

common.logger.debug({
service: "indexing",
msg: `Using a ${Math.round(maxSizeBytes / (1024 * 1024))} mB cache.`,
msg: `Using a ${Math.round(
maxSizeBytes / (1024 * 1024),
)} MB indexing cache`,
});

/** True if the cache contains the complete state of the store. */
Expand Down

0 comments on commit 158f287

Please sign in to comment.