1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-03-18 21:57:50 +02:00

reduce the default prewarmed jsvm pool size to 15

This commit is contained in:
Gani Georgiev 2024-10-25 12:27:10 +03:00
parent 9d2637847d
commit 8646960abc

View File

@ -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",
)