1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-24 07:04:51 +02:00

reduced the default prewarmed goja vms to 25

This commit is contained in:
Gani Georgiev
2023-08-22 22:01:39 +03:00
parent 6ca1f5c431
commit 04826ba588
33 changed files with 92 additions and 89 deletions

View File

@@ -42,7 +42,7 @@ func main() {
app.RootCmd.PersistentFlags().IntVar(
&hooksPool,
"hooksPool",
50,
25,
"the total prewarm goja.Runtime instances for the JS app hooks execution",
)