From 5ac8b120e228fb45580556dc57e5656a2e65c3dd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 24 Jan 2025 19:03:09 +0000 Subject: [PATCH] chore: update frontmatter date (auto-update) --- content/docs/connect/connection-pooling.md | 2 +- content/docs/guides/vercel-native-integration.md | 2 +- content/docs/manage/endpoints.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/connect/connection-pooling.md b/content/docs/connect/connection-pooling.md index 2a1a98c4a1..09c1e20d8f 100644 --- a/content/docs/connect/connection-pooling.md +++ b/content/docs/connect/connection-pooling.md @@ -4,7 +4,7 @@ subtitle: Learn how connection pooling works in Neon enableTableOfContents: true redirectFrom: - /docs/get-started-with-neon/connection-pooling -updatedOn: '2025-01-09T10:35:15.969Z' +updatedOn: '2025-01-24T19:03:09.227Z' --- Neon uses [PgBouncer](https://www.pgbouncer.org/) to support connection pooling, enabling up to 10,000 concurrent connections. PgBouncer is a lightweight connection pooler for Postgres. diff --git a/content/docs/guides/vercel-native-integration.md b/content/docs/guides/vercel-native-integration.md index 31a9363a8c..ac39876ac4 100644 --- a/content/docs/guides/vercel-native-integration.md +++ b/content/docs/guides/vercel-native-integration.md @@ -4,7 +4,7 @@ subtitle: Add Neon Postgres storage to your Vercel project as a first-party nati integration enableTableOfContents: true isDraft: false -updatedOn: '2025-01-22T18:43:21.515Z' +updatedOn: '2025-01-24T19:03:09.230Z' --- diff --git a/content/docs/manage/endpoints.md b/content/docs/manage/endpoints.md index 813a692afa..83889ee536 100644 --- a/content/docs/manage/endpoints.md +++ b/content/docs/manage/endpoints.md @@ -2,7 +2,7 @@ title: Manage computes enableTableOfContents: true isDraft: false -updatedOn: '2025-01-06T23:37:50.190Z' +updatedOn: '2025-01-24T19:03:09.231Z' --- A primary read-write compute is created for your project's [default branch](/docs/reference/glossary#default-branch).