Cloudflare Images Browser Cache TTL

Hi, I was wondering if someone could help me with why my browser cache TTL has changed on Cloudflare Images.

I used the API to change the TTL to one year, but it seems to have reverted to 2 days, which I noticed on Lighthouse. Why would this have changed itself?

I have sent the API request again to change it to a year, so I will see if it changes back, but so far it hasn't.

This was the API response:

{
  "result": {
    "browser_ttl": 31536000
  },
  "success": true,
  "errors": [],
  "messages": []
}


And this is the cache-control headers: public,max-age=172800,stale-while-revalidate=7200
Was this page helpful?