1
0
Fork 0

Reduce advanced search input debounce time

This commit is contained in:
Chocobozzz 2021-05-03 11:22:23 +02:00
parent 12e4154917
commit 514e8168fb
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export abstract class RouteFilter {
this.searchStream
.pipe(
debounceTime(400),
debounceTime(200),
distinctUntilChanged()
)
.subscribe(search => {