From c3a6f8cb617e996e613d27f0253c87aadafc1038 Mon Sep 17 00:00:00 2001 From: wowario Date: Thu, 21 May 2020 15:49:44 +0300 Subject: [PATCH] set inactivity_lock_timeout for 1 year --- light_patch.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/light_patch.diff b/light_patch.diff index 47a97ce..040ec05 100644 --- a/light_patch.diff +++ b/light_patch.diff @@ -142,7 +142,7 @@ index 4779c3335..e218df7e1 100644 + m_confirm_backlog = false; + m_confirm_export_overwrite = false; + m_confirm_non_default_ring_size = true; -+ ++ m_inactivity_lock_timeout = 525600; std::string keys_file_buf; bool r = load_from_file(keys_file_name, keys_file_buf); THROW_WALLET_EXCEPTION_IF(!r, error::file_read_error, keys_file_name);