Increase debounce timing for fetching routes (#19100)

This commit is contained in:
Ulises Manuel 2024-03-21 11:15:36 -06:00 committed by GitHub
parent ee35fd52f6
commit ad42882c5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -184,7 +184,7 @@
(> input-num-value current-limit-amount)) (> input-num-value current-limit-amount))
(debounce/debounce-and-dispatch (debounce/debounce-and-dispatch
[:wallet/get-suggested-routes {:amount @input-value}] [:wallet/get-suggested-routes {:amount @input-value}]
100) 2000)
(rf/dispatch [:wallet/clean-suggested-routes]))))) (rf/dispatch [:wallet/clean-suggested-routes])))))
handle-on-confirm (fn [] handle-on-confirm (fn []
(rf/dispatch [:wallet/send-select-amount (rf/dispatch [:wallet/send-select-amount