File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
source/renderer/app/config Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 44
55### Features
66
7+ - Fixed the Delegation popover timeout ([ PR 2722] ( https://github.com/input-output-hk/daedalus/pull/2722 ) )
78- Removed "Alonzo tada" icon and "Alonzo countdown" screen ([ PR 2708] ( https://github.com/input-output-hk/daedalus/pull/2708 ) )
89
910### Fixes
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const ALLOWED_TIME_DIFFERENCE = 4.5 * 1000000; // 4.5 seconds | unit: mic
1414export const NETWORK_STATUS_POLL_INTERVAL = 2000 ; // 2 seconds | unit: milliseconds
1515export const NETWORK_CLOCK_POLL_INTERVAL = 1000 ; // 1 second | unit: milliseconds
1616export const WALLET_UTXO_API_REQUEST_INTERVAL = 5 * 1000 ; // 5 seconds | unit: milliseconds
17- export const STAKE_POOL_TOOLTIP_HOVER_WAIT = 100 ; // 700 milliseconds | unit: milliseconds
17+ export const STAKE_POOL_TOOLTIP_HOVER_WAIT = 500 ; // 500 milliseconds | unit: milliseconds
1818export const COPY_STATE_DIRECTORY_PATH_NOTIFICATION_DURATION = 10 ; // unit: seconds
1919export const NEWS_POLL_INTERVAL = 30 * 60 * 1000 ; // 30 minutes | unit: milliseconds
2020export const NEWS_POLL_INTERVAL_ON_ERROR = 1 * 60 * 1000 ; // 1 minute | unit: milliseconds
You can’t perform that action at this time.
0 commit comments