mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
device/trezor: increase live-refresh timeout
This commit is contained in:
parent
423d3bb86b
commit
c2f271d13a
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ namespace trezor {
|
|||
}
|
||||
|
||||
auto current_time = std::chrono::steady_clock::now();
|
||||
if (current_time - m_last_live_refresh_time <= std::chrono::seconds(20))
|
||||
if (current_time - m_last_live_refresh_time <= std::chrono::minutes(5))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue