diff --git a/content/300-accelerate/600-faq.mdx b/content/300-accelerate/600-faq.mdx index d4163a1575..e05b7dd6a2 100644 --- a/content/300-accelerate/600-faq.mdx +++ b/content/300-accelerate/600-faq.mdx @@ -106,7 +106,7 @@ Based on our experimentation, we’ve seen cache items persist for around 18 hou > Even frequently accessed items may occasionally be evicted from the cache. It's unlikely for an item to survive for up to or longer than a month, regardless of its activity level. -## Why doesn’t Prisma Accelerate fall back to the direct connection string during a service disruption? +## Why doesn’t Accelerate fall back to the direct connection string during a service disruption? In the rare event of a service disruption, falling back to a direct connection would bypass the connection pool. This could potentially deplete the database's available connections and cause other issues on the database level.