cssxsh / bilibili-helper

Mirai Console 插件开发计划
https://github.com/users/cssxsh/projects/4
GNU Affero General Public License v3.0
143 stars 18 forks source link

图片缓存 清理 #10

Closed SekiBetu closed 3 years ago

SekiBetu commented 3 years ago

监听到达一定数量时,图片缓存文件夹变得极为巨大,目前在用crontab定期删除,是否考虑开发在发送图片成功后删除图片的功能?

cssxsh commented 3 years ago

缓存清理呗

cssxsh commented 3 years ago

考虑下个版本加上

SekiBetu commented 3 years ago

typo: https://github.com/cssxsh/bilibili-helper/blob/master/src/main/kotlin/xyz/cssxsh/mirai/plugin/BiliCleaner.kt#L18

logger.info { "${type}缓存清理任务开始运行,间隔${hour}m" }logger.info { "${type}缓存清理任务开始运行,间隔${hour}h" }

小时应该是h吧,不是m吧