summaryrefslogtreecommitdiff
path: root/vendor/codeberg.org/gruf/go-runners
AgeCommit message (Collapse)AuthorFiles
2022-07-22[bugfix] update go-cache library to fix critical bug during cache sweep ↵Libravatar kim1
scheduling (#725) * update go-cache library to fix critical bug regarding cache sweep scheduling Signed-off-by: kim <grufwub@gmail.com> * update go-sched Signed-off-by: kim <grufwub@gmail.com>
2022-05-08[bugfix] Fix remote media pruning failing if media already gone (#548)Libravatar tobi2
* fix error check of prune to allow missing files * update go-store library, add test for pruning item with db entry but no file Signed-off-by: kim <grufwub@gmail.com> * remove now-unneccessary error check Signed-off-by: kim <grufwub@gmail.com> Co-authored-by: kim <grufwub@gmail.com>
2022-01-03add gruf worker poolLibravatar tsmethurst6