Bump version of bundle cache format

The cache update code has an issue causing some users to get an incomplete view of what’s on disk. Bumping the version forces re-indexing, and is not a long-term fix.
This commit is contained in:
Allan Odgaard
2013-08-01 11:09:07 +02:00
parent 3ac17d9b64
commit 5103ce7aae

View File

@@ -25,7 +25,7 @@ static std::string read_link (std::string const& path)
namespace plist
{
int32_t const cache_t::kPropertyCacheFormatVersion = 1;
int32_t const cache_t::kPropertyCacheFormatVersion = 2;
void cache_t::load (std::string const& path, plist::dictionary_t (*prune_dictionary)(plist::dictionary_t const&))
{