reduce the default prewarmed jsvm pool size to 15
This commit is contained in:
parent
9d2637847d
commit
8646960abc
|
@ -43,7 +43,7 @@ func main() {
|
||||||
app.RootCmd.PersistentFlags().IntVar(
|
app.RootCmd.PersistentFlags().IntVar(
|
||||||
&hooksPool,
|
&hooksPool,
|
||||||
"hooksPool",
|
"hooksPool",
|
||||||
20,
|
15,
|
||||||
"the total prewarm goja.Runtime instances for the JS app hooks execution",
|
"the total prewarm goja.Runtime instances for the JS app hooks execution",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue