-
-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(connect): longer timeout for getFeatures due to suite-native perf…
…ormance issue - During app start of Suite Lite, get features could takes longer than 3s depending on view-only wallets and the phone. This is a workaround for now, we should investigate why it takes so long. - fixes #13456
- Loading branch information
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,7 @@ export const extraDependencies: ExtraDependencies = mergeDeepObject(extraDepende | |
lazyLoad: false, | ||
transportReconnect: false, | ||
debug: false, | ||
env: 'react-native', | ||
popup: false, | ||
manifest: { | ||
email: '[email protected]', | ||
|