From ca129e16aee09e68c71de13c311bf73db1bf45f8 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 22 Apr 2021 13:33:00 +0300 Subject: [PATCH] Adjust debouncer --- lib/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.dart b/lib/constants.dart index 555f8e448..1db58c05b 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -133,7 +133,7 @@ const int kUpdatedAtBufferSeconds = 600; const int kMillisecondsToRefreshActivities = 1000 * 60 * 60 * 24; // 1 day const int kMillisecondsToRefreshStaticData = 1000 * 60 * 60 * 24; // 1 day const int kMillisecondsToReenterPassword = 1000 * 60 * 30; // 30 minutes -const int kMillisecondsToDebounceUpdate = 1000; // 1 second +const int kMillisecondsToDebounceUpdate = 500; // .5 second const int kMillisecondsToDebounceSave = 1000 * 2; // 2 seconds const String kLanguageEnglish = '1';