mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-30 06:43:28 +01:00
Merge pull request #5366
c2f271d1
device/trezor: increase live-refresh timeout (Dusan Klinec)
This commit is contained in:
commit
793651e731
@ -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 New Issue
Block a user