mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-22 05:28:45 -05:00
fix: decreases environment ttl to 5 minutes (#6087)
This commit is contained in:
@@ -632,7 +632,7 @@
|
||||
},
|
||||
"/api/v1/client/{environmentId}/environment": {
|
||||
"get": {
|
||||
"description": "Retrieves the environment state to be used in Formbricks SDKs",
|
||||
"description": "Retrieves the environment state to be used in Formbricks SDKs **Cache Behavior**: This endpoint uses server-side caching with a **5-minute TTL (Time To Live)**. Any changes to surveys, action classes, project settings, or other environment data will take up to 5 minutes to reflect in the API response. This caching is implemented to improve performance for high-frequency SDK requests.",
|
||||
"parameters": [
|
||||
{
|
||||
"description": "The ID of the environment",
|
||||
|
||||
Reference in New Issue
Block a user