Skip to content

Commit 208db44

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

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 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).
53+
If your queries are not getting cached despite Hyperdrive having caching enabled, your driver may be configured such 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). To resolve this, enable prepared statements with `prepare: true`.
5454

5555
### Improve performance
5656

0 commit comments

Comments
 (0)