startup fixes
This commit is contained in:
parent
f03367c3d7
commit
f9ed67cbc4
|
|
@ -28,7 +28,7 @@ lazy_static! {
|
||||||
static ref ADDRESS_MAP: Mutex<HashMap<String, NodeInfo>> = Mutex::new(HashMap::new());
|
static ref ADDRESS_MAP: Mutex<HashMap<String, NodeInfo>> = Mutex::new(HashMap::new());
|
||||||
}
|
}
|
||||||
|
|
||||||
pub const SELF_ADD_BLOCK: u32 = 34_000;
|
pub const SELF_ADD_BLOCK: u32 = 0;
|
||||||
pub const SELF_ADD_WINDOW_BLOCKS: u32 = 10_000;
|
pub const SELF_ADD_WINDOW_BLOCKS: u32 = 10_000;
|
||||||
|
|
||||||
static NODE_RUNTIME_STARTED_MILLIS: OnceLock<u64> = OnceLock::new();
|
static NODE_RUNTIME_STARTED_MILLIS: OnceLock<u64> = OnceLock::new();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue