We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a9f69 commit a6810ccCopy full SHA for a6810cc
src/tools/tidy/src/ui_tests.rs
@@ -7,8 +7,8 @@ use std::collections::HashMap;
7
use std::fs;
8
use std::path::{Path, PathBuf};
9
10
-const ENTRY_LIMIT: usize = 1000;
11
// FIXME: The following limits should be reduced eventually.
+const ENTRY_LIMIT: usize = 885;
12
const ROOT_ENTRY_LIMIT: usize = 881;
13
const ISSUES_ENTRY_LIMIT: usize = 1978;
14
0 commit comments