A call to `Database::prune` with no limit could result in a domain-defined overflow error. If the limit is not provided, then it uses `i64::MAX`. It is reasonable to expect that if the `usize` provided is more than `i64::MAX` then the `i64::MAX` value is acceptable to use for pruning. |
||
|---|---|---|
| .. | ||
| src | ||
| CHANGELOG.md | ||
| Cargo.toml | ||