-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: optimize file list processing order
Move file list chunking before content processing to ensure consistent ordering of operations and improve code flow. Also increase TOP_RELATED constant from 20 to 25 for better related files detection. The chunking logic now runs first, followed by optional content processing, which makes the code more maintainable and logical in its execution order.
- Loading branch information
Showing
1 changed file
with
19 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters