Index: oup/current/Global/RawList.pas
===================================================================
--- oup/current/Global/RawList.pas	(revision 145)
+++ oup/current/Global/RawList.pas	(revision 146)
@@ -425,5 +425,5 @@
 initialization
   RawLists := TRawLists.Create;
-  RawLists.InsertRawListHandler('AGDB', True, AGDB);
+  RawLists.InsertRawListHandler('AGDB', False, AGDB);
   RawLists.InsertRawListHandler('AKVA', True, AKVA);
   RawLists.InsertRawListHandler('BINA', True, BINA);
Index: oup/current/Helper/LevelDB.pas
===================================================================
--- oup/current/Helper/LevelDB.pas	(revision 145)
+++ oup/current/Helper/LevelDB.pas	(revision 146)
@@ -665,9 +665,4 @@
             Query.ExecSQL;
           end;
-          if ((i mod 100) = 0) and (FileID > 0) then
-          begin
-            Database.Commit(False);
-            Database.StartTransaction;
-          end;
         end;
       end;
