Skip to content

Commit

Permalink
bugfix/LIVE 11608 llm swap wrong behaviour with the drawer (#6384)
Browse files Browse the repository at this point in the history
* fix(LIVE-11382): increase timeout to 60 seconds

* fix(LIVE-11382): changeset
  • Loading branch information
cng-ledger authored and KVNLS committed Mar 27, 2024
1 parent a02427b commit 4a43d8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wet-comics-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": patch
---

fix(LIVE-11382): increase LLM quotes timeout to 60 seconds
2 changes: 1 addition & 1 deletion libs/ledger-live-common/src/exchange/swap/const/timeout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export const DEFAULT_SWAP_RATES_INTERVAL_MS = 20 * 1000;
/**
* Default to 30 seconds LLM
*/
export const DEFAULT_SWAP_RATES_LLM_INTERVAL_MS = 30 * 1000;
export const DEFAULT_SWAP_RATES_LLM_INTERVAL_MS = 60 * 1000;

0 comments on commit 4a43d8d

Please sign in to comment.