Revert blockhash sleep
This commit is contained in:
committed by
Michael Vines
parent
4b3176a9a1
commit
e82db6fc2f
@ -427,8 +427,7 @@ fn poll_blockhash<T: Client>(
|
||||
break;
|
||||
}
|
||||
|
||||
// Wait a slot before checking again
|
||||
sleep(Duration::from_millis(400));
|
||||
sleep(Duration::from_millis(50));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user