Roo-Code/src/services/code-index/constants
Daniel cc369da2d5
feat: add batch limiting to code indexer (#5891)
feat: add batch limiting to code indexer to control memory usage

- Add MAX_PENDING_BATCHES constant (20) to limit concurrent batches
- Implement backpressure mechanism to pause file parsing when limit reached
- Prevent memory overflow during large codebase indexing
2025-07-19 09:37:37 -04:00
..
index.ts feat: add batch limiting to code indexer (#5891) 2025-07-19 09:37:37 -04:00