bot-ssttkkl / nonebot-plugin-pixivbot

NoneBot插件,发送随机Pixiv插画、画师更新推送、定时订阅推送……
MIT License
111 stars 2 forks source link

数据库经常出现locked错误 #200

Closed 250king closed 1 year ago

250king commented 1 year ago

详情https://transmedia-studio.sentry.io/share/issue/8a6351b225e34250b284f2ed93cee792/

ssttkkl commented 1 year ago

可以通过禁用缓存缓解 pixiv_use_local_cache=False

根本的解决方案是使用postgresql,或者等我实现文件缓存(

ssttkkl commented 1 year ago

v2.0.3默认使用文件缓存,应该能解决大部分这种场景