Skip to content

Commit ad42882

Browse files
authored
Increase debounce timing for fetching routes (#19100)
1 parent ee35fd5 commit ad42882

File tree

1 file changed

+1
-1
lines changed
  • src/status_im/contexts/wallet/send/input_amount

1 file changed

+1
-1
lines changed

src/status_im/contexts/wallet/send/input_amount/view.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
(> input-num-value current-limit-amount))
185185
(debounce/debounce-and-dispatch
186186
[:wallet/get-suggested-routes {:amount @input-value}]
187-
100)
187+
2000)
188188
(rf/dispatch [:wallet/clean-suggested-routes])))))
189189
handle-on-confirm (fn []
190190
(rf/dispatch [:wallet/send-select-amount

0 commit comments

Comments
 (0)