Bless tidy root entry limit
This commit is contained in:
parent
70f28a9110
commit
7b8e8adad2
@ -11,7 +11,7 @@ use std::path::{Path, PathBuf};
|
|||||||
const ENTRY_LIMIT: usize = 900;
|
const ENTRY_LIMIT: usize = 900;
|
||||||
// FIXME: The following limits should be reduced eventually.
|
// FIXME: The following limits should be reduced eventually.
|
||||||
const ISSUES_ENTRY_LIMIT: usize = 1898;
|
const ISSUES_ENTRY_LIMIT: usize = 1898;
|
||||||
const ROOT_ENTRY_LIMIT: usize = 871;
|
const ROOT_ENTRY_LIMIT: usize = 870;
|
||||||
|
|
||||||
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
|
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
|
||||||
"rs", // test source files
|
"rs", // test source files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user