Commit 1bdddf2
⚡ Refine regex pattern caching in TestFolderPathPattern
- Increased pattern cache size to 500 entries.
- Refactored resolveGroups to minimize lock contention by compiling
patterns outside of the synchronized block.
- Verified all necessary imports.
Co-authored-by: RoiSoleil <3462260+RoiSoleil@users.noreply.github.com>1 parent b8f40f3 commit 1bdddf2
1 file changed
Lines changed: 7 additions & 3 deletions
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
211 | 216 | | |
212 | | - | |
213 | 217 | | |
214 | 218 | | |
215 | 219 | | |
| |||
0 commit comments