mirror of https://github.com/Chocobozzz/PeerTube
Reduce advanced search input debounce time
parent
12e4154917
commit
514e8168fb
|
@ -18,7 +18,7 @@ export abstract class RouteFilter {
|
|||
|
||||
this.searchStream
|
||||
.pipe(
|
||||
debounceTime(400),
|
||||
debounceTime(200),
|
||||
distinctUntilChanged()
|
||||
)
|
||||
.subscribe(search => {
|
||||
|
|
Loading…
Reference in New Issue