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
|
this.searchStream
|
||||||
.pipe(
|
.pipe(
|
||||||
debounceTime(400),
|
debounceTime(200),
|
||||||
distinctUntilChanged()
|
distinctUntilChanged()
|
||||||
)
|
)
|
||||||
.subscribe(search => {
|
.subscribe(search => {
|
||||||
|
|
Loading…
Reference in New Issue