feat: image generation overhaul (model-aware text, dim clamping, \.30 pricing), event-driven dashboard cache invalidation, SEO insights (AI visibility, GSC, keyword gap), YouTube OAuth/publish, blog writer & content planning improvements, scheduler monitoring updates

This commit is contained in:
ajaysi
2026-05-30 07:58:22 +05:30
parent aaf94049da
commit 64f1f88cdd
129 changed files with 8796 additions and 8755 deletions

View File

@@ -44,6 +44,11 @@ class CachingService:
'ttl': 900, # 15 minutes
'max_size': 1000,
'priority': 'low'
},
'streaming_intelligence': {
'ttl': 300, # 5 minutes
'max_size': 500,
'priority': 'medium'
}
}