Rolled back some earlier memory omptimizations that were causing issues with extremely large m3us.

This commit is contained in:
SergeantPanda 2025-05-22 21:52:28 -05:00
parent 925850a012
commit f87ab4b071
3 changed files with 45 additions and 134 deletions

View file

@ -50,7 +50,7 @@ app.conf.update(
)
# Add memory cleanup after task completion
@task_postrun.connect # Use the imported signal
#@task_postrun.connect # Use the imported signal
def cleanup_task_memory(**kwargs):
"""Clean up memory after each task completes"""
# Get task name from kwargs