mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #96] Json templates are not cleaned up #1704
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PieterBoeren on GitHub (Jul 28, 2023).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/96
Describe the bug
When you once use a Json template on a tag, the file is never cleaned from disk. Maybe it's intended, but since disk space is limited, I would expect "old" json files to be removed once they are no longer in use.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Json files should be removed after they are not used anymore (maybe already after image generation?)
@nlimper commented on GitHub (Jul 31, 2023):
fixed in
b4bf060a51