Adjust debouncer

This commit is contained in:
Hillel Coren 2021-04-22 13:33:00 +03:00
parent a511127112
commit ca129e16ae
1 changed files with 1 additions and 1 deletions

View File

@ -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';