mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
- Moved the `programme_index` from the `EPGSource` model to a new `EPGSourceIndex` table, ensuring that the large JSON blob is only loaded when explicitly accessed, thus improving query performance and memory efficiency. - Updated related queries and API views to utilize the new structure, including adjustments to EPG generation and import logic to prevent unnecessary data loading. - Enhanced memory management in the EPG grid endpoint to reduce worker RSS during response handling. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| test_current_programs_api.py | ||
| test_entity_resolution.py | ||
| test_epg_import_api.py | ||
| test_epg_search_api.py | ||
| test_parse_programs_for_source.py | ||
| test_programme_index.py | ||
| test_refresh_db_recovery.py | ||
| test_schedules_direct.py | ||
| test_serializers.py | ||