cache: store up to 1MB chunks in the sqlite DB
commitd7fc15b591fa46d4bf23fea6a112d6d8c75967ba
authorJan Kundrát <jkt@flaska.net>
Sun, 4 Nov 2012 10:29:28 +0000 (4 11:29 +0100)
committerJan Kundrát <jkt@flaska.net>
Sun, 4 Nov 2012 10:29:28 +0000 (4 11:29 +0100)
treebac5a1fc71dc3015a48583266072a021864fee1b
parentaef86d7e6d9d5816361fadddc39cb3066a291a94
cache: store up to 1MB chunks in the sqlite DB

Let's see how sqlite deals with this. If it proves to work well enough, it would
make the cache management way easier than it was before.
src/Imap/Model/CombinedCache.cpp