Decrease line length limit for stderrs
This commit is contained in:
parent
7c5785ca2b
commit
7a36a8d98a
@ -7,7 +7,7 @@ use std::io::prelude::*;
|
||||
// The maximum length allowed for stderr files.
|
||||
//
|
||||
// We limit this because small files are easier to deal with than bigger files.
|
||||
const LIMIT: usize = 220;
|
||||
const LIMIT: usize = 200;
|
||||
|
||||
pub fn check() {
|
||||
let stderr_files = stderr_files();
|
||||
|
Loading…
x
Reference in New Issue
Block a user