mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-4344] - increase debounce time on process filters (#6805)
* [ACA-4344] - increase debounce time on process filters * Put back S3 for smartrunner cache * Remove useless npm caching Co-authored-by: Silviu Constantin Popa <silviucpopa@L3700101120.ness.com> Co-authored-by: Andras Popovics <popovics@ndras.hu>
This commit is contained in:
@@ -235,7 +235,7 @@ export class EditProcessFilterCloudComponent implements OnInit, OnChanges, OnDes
|
||||
|
||||
this.filterChangeSub = this.editProcessFilterForm.valueChanges
|
||||
.pipe(
|
||||
debounceTime(200),
|
||||
debounceTime(500),
|
||||
filter(() => this.isFormValid()),
|
||||
takeUntil(this.onDestroy$)
|
||||
)
|
||||
|
Reference in New Issue
Block a user