mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-08-15 10:31:44 +02:00

Previously we'd use the full regex when the bname triggered a full-path matching to take place. Now we have a simplified full-traversal regex for this case that can be significantly faster to apply. Triggered by #5017 but doesn't actually solve it.