Skip to content

Commit

Permalink
Update content/300-accelerate/600-faq.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Nikolas <[email protected]>
  • Loading branch information
ankur-arch and nikolasburk authored Mar 18, 2024
1 parent 18f62e7 commit 46c208e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/300-accelerate/600-faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ No. We currently do not have any plans for supporting other ORMs/query builders

## What is the maximum allowable value for the `ttl` parameter when configuring `cacheStrategy`?

The [Time-to-live (`ttl`)](/accelerate/caching#time-to-live-ttl) parameter can be set for up to a **year**. However, it's important to note that items within the cache may be evicted if they are not frequently accessed.
The [Time-to-live](/accelerate/caching#time-to-live-ttl) (`ttl`) parameter can be set for up to a _year_. However, it's important to note that items within the cache may be evicted if they are not frequently accessed.

Based on our experimentation, we’ve seen cache items persist for around 18 hours. While items may remain in the cache for an extended period if they are actively accessed, there is no guarantee.

Expand Down

0 comments on commit 46c208e

Please sign in to comment.