-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: prune scope save files based on last modified time (#143)
* feat: prune tag containers based on ttl * feat: add "prune" setting with a default of "30d" * docs: update docs with new "prune" setting * fix: still return error when notify = true * refactor: rename "ttl" parameter to "mtime" * fix: add success notification for Grapple.prune * refactor: update Grapple.prune rename "mtime" to "limit" in Grapple.prune update prune notification based on number of ids pruned use os.time to get current unix timestamp instead of jank way delete files when Grapple.prune is called * docs: reword "time delta" as "time limit" * fix: pass name to path_decode
- Loading branch information
Showing
5 changed files
with
138 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters