Skip to content

Commit

Permalink
fix: rename file to recordings
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur-arch committed Aug 13, 2024
1 parent 9ca80d5 commit d53f231
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tocDepth: 3
toc: true
---

The recording feature is designed to help developers debug and isolate different sets of queries into distinct sessions, known as recording. This targeted approach enables precise performance analysis and optimization by preventing the mixing of queries from different applications or test rounds, leading to clearer insights and more effective debugging.
The Recordings feature is designed to help developers debug and isolate different sets of queries into distinct sessions, known as recording. This targeted approach enables precise performance analysis and optimization by preventing the mixing of queries from different applications or test rounds, leading to clearer insights and more effective debugging.

## Managing a recording session

Expand Down
4 changes: 2 additions & 2 deletions content/700-optimize/700-known-limitations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Below are the known limitations when using Prisma Optimize. If you are aware of

## Query limit on a recording session

Each [recording session](/optimize/recording) can contain a maximum of 10k queries. Once this limit is reached, the recording session will end.
Each [recording session](/optimize/recordings) can contain a maximum of 10k queries. Once this limit is reached, the recording session will end.

## Recording limit per workspace

Each [workspace](/platform/about#workspace) can contain a maximum of 100 [recordings](/optimize/recording).
Each [workspace](/platform/about#workspace) can contain a maximum of 100 [recordings](/optimize/recordings).

0 comments on commit d53f231

Please sign in to comment.