aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/routing/route-filter.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/routing/route-filter.ts')
-rw-r--r--client/src/app/core/routing/route-filter.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/core/routing/route-filter.ts b/client/src/app/core/routing/route-filter.ts
index f783a0c40..d2eed7cd4 100644
--- a/client/src/app/core/routing/route-filter.ts
+++ b/client/src/app/core/routing/route-filter.ts
@@ -18,7 +18,7 @@ export abstract class RouteFilter {
18 18
19 this.searchStream 19 this.searchStream
20 .pipe( 20 .pipe(
21 debounceTime(400), 21 debounceTime(200),
22 distinctUntilChanged() 22 distinctUntilChanged()
23 ) 23 )
24 .subscribe(search => { 24 .subscribe(search => {