global: returns (lump sum vs dca)

This commit is contained in:
nym21
2025-05-13 01:27:21 +02:00
parent 5014e0ce3e
commit 88a0c9ea03
16 changed files with 1575 additions and 288 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ pub fn run(config: RunConfig) -> color_eyre::Result<()> {
};
thread::Builder::new()
.stack_size(64 * 1024 * 1024)
.stack_size(128 * 1024 * 1024)
.spawn(f)?
.join()
.unwrap()