1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-27 16:28:27 +02:00

updated cron jsvm bindings and generated types

This commit is contained in:
Gani Georgiev
2023-07-16 23:24:10 +03:00
parent 6179864828
commit 2d1ad16b4f
10 changed files with 8503 additions and 8847 deletions

View File

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