ibireme / YYCache

High performance cache framework for iOS.
MIT License
2.38k stars 511 forks source link

YYCache导致启动卡死 #148

Open RhettTamp opened 5 years ago

RhettTamp commented 5 years ago

启动大量读取数据,而每次读取数据都会有写数据库的操作,这样容易导致卡死。写入时间到数据库的时机是否可以调整一下

jksniper commented 4 years ago

我是使用了block的异步处理,但是有时会频繁遇到-[YYKVStorage _dbExecute:] line:182 sqlite exec error (5): database is locked的bug,导致本地缓存文件被删除。