mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-15 22:36:23 +00:00
chore: Clean up old prefs and fixed small details, b=no-bug, c=common, folders, workspaces
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
diff --git a/browser/components/urlbar/UrlbarProvidersManager.sys.mjs b/browser/components/urlbar/UrlbarProvidersManager.sys.mjs
|
||||
index 555273f6ea1efd77aa3062b9910bbfe28568775d..c8aae86e1233d256e538970d58fd0febed745893 100644
|
||||
--- a/browser/components/urlbar/UrlbarProvidersManager.sys.mjs
|
||||
+++ b/browser/components/urlbar/UrlbarProvidersManager.sys.mjs
|
||||
@@ -138,7 +138,7 @@ class ProvidersManager {
|
||||
// To improve dataflow and reduce UI work, when a result is added we may notify
|
||||
// it to the controller after a delay, so that we can chunk results in that
|
||||
// timeframe into a single call. See _notifyResultsFromProvider for details.
|
||||
- this.CHUNK_RESULTS_DELAY_MS = 16;
|
||||
+ this.CHUNK_RESULTS_DELAY_MS = 20;
|
||||
}
|
||||
|
||||
/**
|
Reference in New Issue
Block a user