Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我扩展了 sorl-thumbnail 的 KVStoreBase 类,并制作了一个使用单个 MongoDB 集合的键值对后端。这样做是为了避免安装离散键值存储(例如 Redis)。
我应该每隔一段时间清除一次收藏吗?
有什么缺点?
仅当低磁盘使用率对您而言比快速访问时间更重要时,才清除集合。
赶紧跑python manage.py thumbnail cleanup
python manage.py thumbnail cleanup
这会从陈旧的缓存中清除键值存储。它会删除对不存在的图像的引用和缩略图引用以及它们对不存在的图像的实际文件。它会删除未知图像的缩略图。