Set blindbit new block sync attempts at 4
This commit is contained in:
parent
bec23c5c5c
commit
304907a761
@ -369,7 +369,7 @@ async fn handle_zmq(zmq_url: String, blindbit_url: String) {
|
|||||||
|
|
||||||
// Add retry logic for hashblock processing
|
// Add retry logic for hashblock processing
|
||||||
let mut retry_count = 0;
|
let mut retry_count = 0;
|
||||||
const MAX_RETRIES: u32 = 3;
|
const MAX_RETRIES: u32 = 4;
|
||||||
const RETRY_DELAY_MS: u64 = 1000; // 1 second initial delay
|
const RETRY_DELAY_MS: u64 = 1000; // 1 second initial delay
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user