Reset HISTORY.

This commit is contained in:
Gav Wood 2016-03-04 23:09:05 +01:00
parent d63e535b3c
commit 098a6ad2cc

View File

@ -207,7 +207,7 @@ pub struct Client<V = CanonVerifier> where V: Verifier {
secret_store: Arc<RwLock<SecretStore>>,
}
const HISTORY: u64 = 30;
const HISTORY: u64 = 1000;
const CLIENT_DB_VER_STR: &'static str = "4.0";
impl Client<CanonVerifier> {