We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1db743 commit 02b0871Copy full SHA for 02b0871
app/api/cron/check-research/route.ts
@@ -109,8 +109,6 @@ async function buildStuckThresholds(): Promise<Record<string, number>> {
109
/** Max docs to process per status per run — keeps total time well under 60s */
110
const MAX_DOCS_PER_STATUS = 2;
111
112
-import { getConfigValue } from "@/lib/config";
113
-
114
/** Default infographic instructions — used when content_config singleton doesn't exist yet */
115
const DEFAULT_INFOGRAPHIC_INSTRUCTIONS = [
116
'Create a high-level architecture overview diagram',
0 commit comments