We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716b147 commit c9695d0Copy full SHA for c9695d0
1 file changed
pkg/workflows/wasm/host/module.go
@@ -42,7 +42,7 @@ var (
42
defaultMinMemoryMBs = uint64(128)
43
DefaultInitialFuel = uint64(100_000_000)
44
defaultMaxFetchRequests = 5
45
- defaultMaxPendingCalls = 100
+ defaultMaxPendingCalls = 30 // matches engine CapabilityConcurrencyLimit default
46
defaultMaxCompressedBinarySize = 20 * 1024 * 1024 // 20 MB
47
defaultMaxDecompressedBinarySize = 100 * 1024 * 1024 // 100 MB
48
defaultMaxResponseSizeBytes = 5 * 1024 * 1024 // 5 MB
0 commit comments