Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix/LIVE 11608 llm swap wrong behaviour with the drawer #6384

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
Loading