You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heartbeat's garbage collector should retrieve xml files from xml dir and then check if this xml is in use by melted collection. If not, delete it. And it should run more frequently, not 1 time per hour (by default, the value itself should be configurable).
To achieve this, Clip Model should be modified to store the xml filename and this value should be filled on Clip creation.
The text was updated successfully, but these errors were encountered:
Garbage collection isnt working at all at the moment, I found bugs in its
original implementation and leaved it for a redesign in the future (which
hasnt happened yet).
Heartbeat's garbage collector should retrieve xml files from xml dir and then check if this xml is in use by melted collection. If not, delete it. And it should run more frequently, not 1 time per hour (by default, the value itself should be configurable).
To achieve this, Clip Model should be modified to store the xml filename and this value should be filled on Clip creation.
The text was updated successfully, but these errors were encountered: