nsfw mark api

This commit is contained in:
xds
2026-02-27 13:51:22 +03:00
parent e4a39e90c3
commit f6001f5994
3 changed files with 3 additions and 5 deletions

View File

@@ -134,7 +134,7 @@ async def start_scheduler(service: GenerationService):
try:
logger.info("Running scheduler for stacked generation killing")
await service.cleanup_stale_generations()
await service.cleanup_old_data(days=5)
await service.cleanup_old_data(days=14)
except asyncio.CancelledError:
break
except Exception as e: