mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 20:40:50 +00:00
15 lines
334 B
TOML
15 lines
334 B
TOML
[http]
|
|
timeout = 30 # timeout for each HTTP request, in seconds
|
|
multiplexing = false # HTTP/2 multiplexing
|
|
|
|
[net]
|
|
retry = 50 # network retries
|
|
|
|
[target.wasm32-wasi]
|
|
rustflags = [
|
|
"-C", "link-args=-zstack-size=52428800",
|
|
]
|
|
|
|
[registries]
|
|
fluence = { index = "git://crates.fluence.dev/index" }
|