Adjust debouncer
This commit is contained in:
parent
a511127112
commit
ca129e16ae
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue