device/trezor: increase live-refresh timeout
This commit is contained in:
parent
423d3bb86b
commit
c2f271d13a
|
@ -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 New Issue