You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to clear cache without restarting? I have data that updated frequently (every hour or every five minutes). It would be nice to be able to adjust TTL for each individual layer (for instance in config):
Is it possible to clear cache without restarting? I have data that updated frequently (every hour or every five minutes). It would be nice to be able to adjust TTL for each individual layer (for instance in config):
"source": "tmsource:///bla-bla",
"ttl":30,
"headers": {
"Cache-Control": "public,max-age=30"
}
The text was updated successfully, but these errors were encountered: