Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix: default to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Feb 25, 2024
1 parent da2a883 commit 6dbc7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/kanao-cache/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ export const stateMessages = process.env.STATE_MESSAGE === "true";

export const guildCreateGcEvery = Number(process.env.GUILD_CREATE_GC_EVERY ?? 150);

export const prefetchCount = Number(process.env.PREFETCH_COUNT ?? 50);
export const prefetchCount = Number(process.env.PREFETCH_COUNT ?? 500);

0 comments on commit 6dbc7d4

Please sign in to comment.