Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit a930c6e

Browse files
committed
Invokers number set to 4 for better avg performance
1 parent 07844a8 commit a930c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type responseWrapper struct {
4343
}
4444

4545
var (
46-
numberOfinvokers = 8 // Number of bootstrap processes
46+
numberOfinvokers = 4 // Number of bootstrap processes
4747
requestSizeLimit int64 = 5 // Request body size limit, Mb
4848
functionTTL int64 = 10 // Funtions deadline, seconds
4949

0 commit comments

Comments
 (0)