There was an error while loading. Please reload this page.
1 parent 384b6c4 commit 6d36debCopy full SHA for 6d36deb
apps/studio/components/interfaces/Settings/Database/ConnectionPooling/ConnectionPooling.tsx
@@ -273,7 +273,7 @@ export const ConnectionPooling = () => {
273
</AlertTitle_Shadcn_>
274
<AlertDescription_Shadcn_>
275
Session mode can be used concurrently with transaction mode by using
276
- 5432 for session and 6543 for session. However, by configuring the
+ 5432 for session and 6543 for transaction. However, by configuring the
277
pooler mode to session here, you will not be able to use transaction
278
mode at the same time.
279
</AlertDescription_Shadcn_>
0 commit comments