mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-06 01:53:30 +02:00
Raise the output capacity
This commit is contained in:
+1
-2
@@ -8,8 +8,7 @@ use std::{
|
|||||||
|
|
||||||
use crate::{in_official_repo, terminal_link::TerminalFileLink, DEBUG_PROFILE};
|
use crate::{in_official_repo, terminal_link::TerminalFileLink, DEBUG_PROFILE};
|
||||||
|
|
||||||
// TODO
|
pub const OUTPUT_CAPACITY: usize = 1 << 14;
|
||||||
pub const OUTPUT_CAPACITY: usize = 1 << 12;
|
|
||||||
|
|
||||||
fn run_command(
|
fn run_command(
|
||||||
mut cmd: Command,
|
mut cmd: Command,
|
||||||
|
|||||||
Reference in New Issue
Block a user