Increase the _ZO_MAXAGE default (#84)
This commit is contained in:
parent
922e2e4847
commit
1ce74baf3b
|
@ -43,6 +43,6 @@ pub fn zo_maxage() -> Result<Rank> {
|
||||||
})?;
|
})?;
|
||||||
Ok(maxage as Rank)
|
Ok(maxage as Rank)
|
||||||
}
|
}
|
||||||
None => Ok(1000.0),
|
None => Ok(10000.0),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue