Increase the _ZO_MAXAGE default (#84)

This commit is contained in:
Stavros Korokithakis 2020-06-08 10:44:36 +03:00 committed by GitHub
parent 922e2e4847
commit 1ce74baf3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,6 @@ pub fn zo_maxage() -> Result<Rank> {
})?;
Ok(maxage as Rank)
}
None => Ok(1000.0),
None => Ok(10000.0),
}
}