History to 30 to pass tests.

This commit is contained in:
Gav Wood 2016-03-03 11:47:24 +01:00
parent 3daa4c6497
commit df77f51bcc
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ pub struct Client {
extra_data: RwLock<Bytes>,
}
const HISTORY: u64 = 2000000;
const HISTORY: u64 = 30;
const CLIENT_DB_VER_STR: &'static str = "4.0";
impl Client {