increasing history to be useful for geth fast sync
This commit is contained in:
parent
349584772b
commit
19f23f8445
@ -115,7 +115,7 @@ pub struct Client<V = CanonVerifier> where V: Verifier {
|
|||||||
verifier: PhantomData<V>,
|
verifier: PhantomData<V>,
|
||||||
}
|
}
|
||||||
|
|
||||||
const HISTORY: u64 = 1000;
|
const HISTORY: u64 = 1200;
|
||||||
const CLIENT_DB_VER_STR: &'static str = "5.1";
|
const CLIENT_DB_VER_STR: &'static str = "5.1";
|
||||||
|
|
||||||
impl Client<CanonVerifier> {
|
impl Client<CanonVerifier> {
|
||||||
|
Loading…
Reference in New Issue
Block a user