()
| 1686 | |
| 1687 | |
| 1688 | async def _sync_runtime_cache_config(): |
| 1689 | from . import routes |
| 1690 | if routes.generation_handler and routes.generation_handler.file_cache: |
| 1691 | file_cache = routes.generation_handler.file_cache |
| 1692 | file_cache.set_timeout(config.cache_timeout) |
| 1693 | await file_cache.refresh_cleanup_task() |
| 1694 | |
| 1695 | # ========== Cache Configuration Endpoints ========== |
| 1696 |
no test coverage detected