diff --git a/services/kanao-cache/src/config.ts b/services/kanao-cache/src/config.ts index 1b36fcd9..a25af9cb 100644 --- a/services/kanao-cache/src/config.ts +++ b/services/kanao-cache/src/config.ts @@ -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);