feat(performance): reduced stack size (#799)

This commit is contained in:
raftedproc 2024-01-28 16:24:12 +03:00 committed by Ivan Boldyrev
parent f1cfa9e069
commit 2981168685

View File

@ -3,7 +3,7 @@ retry = 50 # network retries
[target.wasm32-wasi]
rustflags = [
"-C", "link-args=-zstack-size=52428800",
"-C", "link-args=-zstack-size=8388608",
]
[registries]