Auto merge of #4282 - phansch:decrease_stderr_maximum_length, r=flip1995
Decrease maximum length for stderr files Now at 275. changelog: none cc #2038
This commit is contained in:
commit
c46727319e
@ -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 = 320;
|
||||
const LIMIT: usize = 275;
|
||||
|
||||
pub fn check() {
|
||||
let stderr_files = stderr_files();
|
||||
|
Loading…
Reference in New Issue
Block a user