diff --git a/examples/base/main.go b/examples/base/main.go index f0ad4cef..b9333fd1 100644 --- a/examples/base/main.go +++ b/examples/base/main.go @@ -43,7 +43,7 @@ func main() { app.RootCmd.PersistentFlags().IntVar( &hooksPool, "hooksPool", - 20, + 15, "the total prewarm goja.Runtime instances for the JS app hooks execution", )