1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-11 00:46:09 +02:00

Raise the output capacity

This commit is contained in:
mo8it 2024-04-25 14:43:02 +02:00
parent 428998a4cf
commit 1f1a62d83e

View File

@ -8,8 +8,7 @@ use std::{
use crate::{in_official_repo, terminal_link::TerminalFileLink, DEBUG_PROFILE};
// TODO
pub const OUTPUT_CAPACITY: usize = 1 << 12;
pub const OUTPUT_CAPACITY: usize = 1 << 14;
fn run_command(
mut cmd: Command,