add performance.filtering_context_budget

fixes #2060
This commit is contained in:
hrsh7th
2024-10-20 13:56:45 +09:00
parent c183f45fab
commit 07f3f005c9
4 changed files with 21 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ return function()
debounce = 60,
throttle = 30,
fetching_timeout = 500,
filtering_context_budget = 3,
confirm_resolve_timeout = 80,
async_budget = 1,
max_view_entries = 200,