Merge remote-tracking branch 'upstream/main'

This commit is contained in:
thororen1234 2024-10-05 17:15:48 +00:00
commit 7155bdf764
12 changed files with 76 additions and 100 deletions

View file

@ -126,7 +126,7 @@ export default definePlugin({
{
find: "Slow dispatch on",
replacement: {
match: /\i\.totalTime>\i&&\i\.verbose\("Slow dispatch on ".+?\)\);/,
match: /\i\.totalTime>100&&\i\.verbose\("Slow dispatch on ".+?\)\);/,
replace: ""
}
},