You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: increase LanguageEnricher timeout to 5min, skip non-source files
The 30-second timeout in LanguageEnricher was skipping Java files
during enrichment — same timeout-based-skipping anti-pattern we
fixed in the Analyzer.
Changes:
- Increased timeout from 30s to 5min (safety net only, not for
normal operation — JavaParser on large Java files can legitimately
take 1-2 minutes)
- Skip test/generated/minified/binary/text files in enricher —
they don't need language-specific enrichment (call graphs, type hints)
- Reduces enrichment workload significantly on large codebases with
many generated SDK files
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments