mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Fix the Viatom loader's mysteriously missing sessions.
It looks like SaveSummaryCache() would occasionally get called elsewhere under certain circumstances, which would cause sessions to occasionally save, but unpredictably. Now the summary cache gets saved consistently.
This commit is contained in:
parent
c727e78d45
commit
5e07187860
@ -144,6 +144,8 @@ void ViatomLoader::SaveSessionToDatabase(Session* sess)
|
||||
sess->SetChanged(true);
|
||||
mach->AddSession(sess);
|
||||
mach->Save();
|
||||
mach->SaveSummaryCache();
|
||||
p_profile->StoreMachines();
|
||||
}
|
||||
|
||||
void ViatomLoader::AddEvent(ChannelID channel, qint64 t, EventDataType value)
|
||||
|
Loading…
Reference in New Issue
Block a user