Skip to content

Commit

Permalink
Increase debounce timing for fetching routes
Browse files Browse the repository at this point in the history
  • Loading branch information
ulisesmac committed Mar 4, 2024
1 parent 0be66e2 commit 2c5d702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/contexts/wallet/send/input_amount/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
(> input-num-value current-limit-amount))
(debounce/debounce-and-dispatch
[:wallet/get-suggested-routes {:amount @input-value}]
100)
2000)
(rf/dispatch [:wallet/clean-suggested-routes])))))
handle-on-confirm (fn []
(rf/dispatch [:wallet/send-select-amount
Expand Down

0 comments on commit 2c5d702

Please sign in to comment.