We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34916c commit 61ad9cbCopy full SHA for 61ad9cb
special-pages/pages/history/app/Settings.js
@@ -4,7 +4,7 @@ export class Settings {
4
* @param {{name: 'macos' | 'windows'}} [params.platform]
5
* @param {number} [params.typingDebounce=500] how long to debounce typing in the search field
6
*/
7
- constructor({ platform = { name: 'macos' }, typingDebounce = 500 }) {
+ constructor({ platform = { name: 'macos' }, typingDebounce = 100 }) {
8
this.platform = platform;
9
this.typingDebounce = typingDebounce;
10
}
0 commit comments