Skip to content

Commit

Permalink
Raise the output capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
mo8it committed Apr 25, 2024
1 parent 428998a commit 1f1a62d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/exercise.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1f1a62d

Please sign in to comment.