Skip to content

Commit 7aaaa84

Browse files
authored
fix: improve wording about transaction pooler (supabase#38290)
Remove the implication that the pool is prewarmed. After a time if inactivity, the pool is automatically stopped, so it may be cold.
1 parent 7fb163d commit 7aaaa84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/components/interfaces/Connect/ConnectionPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export const ConnectionPanel = ({
199199
<div className="flex flex-col pl-[52px]">
200200
<span className="text-xs text-foreground">
201201
{type === 'transaction'
202-
? 'Pre-warmed connection pool to Postgres'
202+
? 'Clients share a connection pool'
203203
: 'Each client has a dedicated connection to Postgres'}
204204
</span>
205205
</div>

0 commit comments

Comments
 (0)