Skip to content

Commit

Permalink
Sentence case (timescale#305)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Prall <prall.jacob@gmail.com>
  • Loading branch information
Loquacity and jacobprall authored Aug 26, 2021
1 parent 16d9938 commit ef92857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions timescale-cloud/connection-pools.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Connection Pools
# Connection pools
When you connect to your database, you consume server resources. If you have a
lot of connections to your database, you can consume a lot of server resources.
One way to mitigate this is to use connection pooling, which allows you to have
Expand Down Expand Up @@ -87,7 +87,6 @@ connection pooling to.
the list. You can click `Info` next to the pool details to see more
information, including the URI and port details.


<highlight type="note">
Pooled servers use a different port number than regular servers. This allows you
to use both pooled and un-pooled connections at the same time.
Expand Down
2 changes: 1 addition & 1 deletion timescale-cloud/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = [
href: "cloud-multi-node"
},
{
title: "Connection Pools",
title: "Connection pools",
href: "connection-pools"
},
{
Expand Down

0 comments on commit ef92857

Please sign in to comment.