Reduce ROOT_ENTRY_LIMIT
to 1500
This commit is contained in:
parent
4530da7ff0
commit
9fb9f290b4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use std::path::Path;
|
|||
|
||||
const ENTRY_LIMIT: usize = 1000;
|
||||
// FIXME: The following limits should be reduced eventually.
|
||||
const ROOT_ENTRY_LIMIT: usize = 1580;
|
||||
const ROOT_ENTRY_LIMIT: usize = 1500;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2830;
|
||||
|
||||
fn check_entries(path: &Path, bad: &mut bool) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue