Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 9db01b8

Browse files
committed
Reduce device lock interval to 30 seconds
1 parent fa4709e commit 9db01b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mutiny-core/src/nodemanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ use std::{collections::HashMap, ops::Deref, sync::Arc};
6060
use uuid::Uuid;
6161

6262
const BITCOIN_PRICE_CACHE_SEC: u64 = 300;
63-
pub const DEVICE_LOCK_INTERVAL_SECS: u64 = 60;
63+
pub const DEVICE_LOCK_INTERVAL_SECS: u64 = 30;
6464

6565
// This is the NodeStorage object saved to the DB
6666
#[derive(Debug, Serialize, Deserialize, Clone, Default)]

0 commit comments

Comments
 (0)