forked from MrBin99/django-vite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert already_processed to a set()
We basically removed the recursive functionality of already_processed in this PR: https://github.com/MrBin99/django-vite/pull/109/files We did that because the list concatenation was getting so large for some users. But we can keep the benefits of saving the recursive tags we've already_processed (and do so without excessive bloat) by turning already_processed into a set().
- Loading branch information
Showing
1 changed file
with
8 additions
and
7 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