tood: update

This commit is contained in:
nym21
2025-09-14 14:41:37 +02:00
parent f7bd319954
commit ce50b14591
3 changed files with 83 additions and 39 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ pub fn main() -> color_eyre::Result<()> {
brk_logger::init(Some(&dot_brk_log_path()))?;
thread::Builder::new()
.stack_size(256 * 1024 * 1024)
.stack_size(512 * 1024 * 1024)
.spawn(run)?
.join()
.unwrap()