mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 08:17:37 +00:00
Merge pull request #5366
c2f271d1
device/trezor: increase live-refresh timeout (Dusan Klinec)
This commit is contained in:
commit
793651e731
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ namespace trezor {
|
||||||
}
|
}
|
||||||
|
|
||||||
auto current_time = std::chrono::steady_clock::now();
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue