mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
Increase ROOT_ENTRY_LIMIT
to 1331
This commit is contained in:
parent
21d02bf132
commit
396a4f4984
@ -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 = 1330;
|
||||
const ROOT_ENTRY_LIMIT: usize = 1331;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2488;
|
||||
|
||||
fn check_entries(path: &Path, bad: &mut bool) {
|
||||
|
Loading…
Reference in New Issue
Block a user