update swap update estimate input interval

This commit is contained in:
julian 2023-05-03 15:45:50 -06:00
parent 51acd366b4
commit eeda23417c

View file

@ -80,7 +80,7 @@ class _ExchangeFormState extends ConsumerState<ExchangeForm> {
bool _swapLock = false;
// todo: check and adjust this value?
static const _valueCheckInterval = Duration(milliseconds: 300);
static const _valueCheckInterval = Duration(milliseconds: 1500);
Future<T> showUpdatingExchangeRate<T>({
required Future<T> whileFuture,