Skip to content

Commit 61ad9cb

Browse files
committed
lower debounce default
1 parent b34916c commit 61ad9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

special-pages/pages/history/app/Settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export class Settings {
44
* @param {{name: 'macos' | 'windows'}} [params.platform]
55
* @param {number} [params.typingDebounce=500] how long to debounce typing in the search field
66
*/
7-
constructor({ platform = { name: 'macos' }, typingDebounce = 500 }) {
7+
constructor({ platform = { name: 'macos' }, typingDebounce = 100 }) {
88
this.platform = platform;
99
this.typingDebounce = typingDebounce;
1010
}

0 commit comments

Comments
 (0)