completly remove metadata on refresh
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
978e96916d
commit
2108ddcc1d
2 changed files with 2 additions and 7 deletions
|
@ -175,6 +175,8 @@ void HttpMetaCache::evictAll()
|
|||
if (!evictEntry(entry))
|
||||
qCWarning(taskHttpMetaCacheLogC) << "Unexpected missing cache entry" << entry->m_basePath;
|
||||
}
|
||||
map.entry_list.clear();
|
||||
FS::deletePath(map.base_path);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue