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:
parent
9d2637847d
commit
8646960abc
@ -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",
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user