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

This commit is contained in:
raftedproc 2024-01-28 16:24:12 +03:00 committed by GitHub
parent de562b0488
commit 9bad40b3d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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]