reduced debounce duration.

This commit is contained in:
Faris Armoush
2025-04-24 15:13:10 +03:00
parent c8e540e938
commit 778257644d
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ final class DebouncedBatchControlDevicesService
DebouncedBatchControlDevicesService({
required this.decoratee,
this.debounceDuration = const Duration(milliseconds: 1500),
this.debounceDuration = const Duration(milliseconds: 800),
});
@override