Skip to content

Commit

Permalink
Double the continually updated stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
CaspianA1 committed Sep 17, 2024
1 parent d98550d commit 089b879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility_types/continually_updated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::thread;
use std::sync::mpsc;
use crate::utility_types::generic_result::*;

const STACK_SIZE: usize = 65536;
const STACK_SIZE: usize = 131072;

//////////

Expand Down

0 comments on commit 089b879

Please sign in to comment.