Skip to content

Commit 4601e0e

Browse files
authored
Update src/content/docs/hyperdrive/observability/troubleshooting.mdx
1 parent 4ecf09b commit 4601e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/hyperdrive/observability/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Hyperdrive may also encounter `ErrorResponse` wire protocol messages sent by you
5050

5151
### Driver errors
5252

53-
If your queries don't appear to be getting cached, your driver may be configured in such a way that your queries are not cacheable by Hyperdrive. This may happen if you are using the [Postgres.js](https://github.com/porsager/postgres) driver with [`prepare: false:`](https://github.com/porsager/postgres?tab=readme-ov-file#prepared-statements).
53+
If your queries do not appear to be getting cached, your driver may be configured in such a way that your queries are not cacheable by Hyperdrive. This may happen if you are using the [Postgres.js](https://github.com/porsager/postgres) driver with [`prepare: false:`](https://github.com/porsager/postgres?tab=readme-ov-file#prepared-statements).
5454

5555
### Improve performance
5656

0 commit comments

Comments
 (0)