Use youtrack for bugs
This commit is contained in:
@ -36,12 +36,6 @@ HttpMetaCache::~HttpMetaCache()
|
||||
SaveNow();
|
||||
}
|
||||
|
||||
void HttpMetaCache::SaveEventually()
|
||||
{
|
||||
saveBatchingTimer.stop();
|
||||
saveBatchingTimer.start(30000);
|
||||
}
|
||||
|
||||
MetaEntryPtr HttpMetaCache::getEntry ( QString base, QString resource_path )
|
||||
{
|
||||
// no base. no base path. can't store
|
||||
@ -197,6 +191,13 @@ void HttpMetaCache::Load()
|
||||
}
|
||||
}
|
||||
|
||||
void HttpMetaCache::SaveEventually()
|
||||
{
|
||||
// reset the save timer
|
||||
saveBatchingTimer.stop();
|
||||
saveBatchingTimer.start(30000);
|
||||
}
|
||||
|
||||
void HttpMetaCache::SaveNow()
|
||||
{
|
||||
QSaveFile tfile(m_index_file);
|
||||
|
Reference in New Issue
Block a user