From e81c72fefdc67622976c0444cba59ba4d77fee70 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 4 Dec 2020 14:15:31 +0300 Subject: we don't need this crutch anymore, due to the reading from global writing transaction --- plugins/Dbx_mdbx/src/dbevents.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/Dbx_mdbx/src/dbevents.cpp b/plugins/Dbx_mdbx/src/dbevents.cpp index 9958301847..8bc97e9ece 100644 --- a/plugins/Dbx_mdbx/src/dbevents.cpp +++ b/plugins/Dbx_mdbx/src/dbevents.cpp @@ -273,7 +273,7 @@ bool CDbxMDBX::EditEvent(MCONTACT contactID, MEVENT hDbEvent, const DBEVENTINFO return false; } - DBFlush(true); + DBFlush(); // Notify only in safe mode or on really new events if (m_safetyMode && !(dbei->flags & DBEF_TEMPORARY)) -- cgit v1.2.3