Skip to content

Commit c9695d0

Browse files
committed
Match engine CapabilityConcurrencyLimit
1 parent 716b147 commit c9695d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/workflows/wasm/host/module.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var (
4242
defaultMinMemoryMBs = uint64(128)
4343
DefaultInitialFuel = uint64(100_000_000)
4444
defaultMaxFetchRequests = 5
45-
defaultMaxPendingCalls = 100
45+
defaultMaxPendingCalls = 30 // matches engine CapabilityConcurrencyLimit default
4646
defaultMaxCompressedBinarySize = 20 * 1024 * 1024 // 20 MB
4747
defaultMaxDecompressedBinarySize = 100 * 1024 * 1024 // 100 MB
4848
defaultMaxResponseSizeBytes = 5 * 1024 * 1024 // 5 MB

0 commit comments

Comments
 (0)