You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/appkit/src/plugins/database/manifest.json
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -82,8 +82,20 @@
82
82
},
83
83
"oboPoolMax": {
84
84
"type": "number",
85
-
"default": 25,
86
-
"description": "Maximum number of per-user OBO pools to keep open. Worst-case fan-out is (1 + oboPoolMax) × OBO_POOL_DEFAULTS.max + POOL_DEFAULTS.max connections per app instance."
85
+
"default": 100,
86
+
"description": "Maximum number of per-user OBO pools to keep open. Worst-case fan-out is (1 + oboPoolMax) × OBO_POOL_DEFAULTS.max + POOL_DEFAULTS.max connections per app instance (default 212)."
87
+
},
88
+
"rls": {
89
+
"type": "object",
90
+
"additionalProperties": false,
91
+
"description": "Row-level security tunables.",
92
+
"properties": {
93
+
"sessionVariable": {
94
+
"type": "string",
95
+
"default": "app.user_id",
96
+
"description": "GUC name AppKit SETs on every OBO connection. Override to align with existing policies that read another setting."
0 commit comments