diff --git a/ethcore/src/client.rs b/ethcore/src/client.rs index bd8c5175b..fb46c81b1 100644 --- a/ethcore/src/client.rs +++ b/ethcore/src/client.rs @@ -207,7 +207,7 @@ pub struct Client where V: Verifier { secret_store: Arc>, } -const HISTORY: u64 = 30; +const HISTORY: u64 = 1000; const CLIENT_DB_VER_STR: &'static str = "4.0"; impl Client {