+ switched from file+index to firebirdsql database with heavily customized configuration to allocate more RAM than usual

This commit is contained in:
Daniele Teti 2021-09-17 17:09:59 +02:00
parent 0927e3c449
commit 8d44ac5e05

View File

@ -95,6 +95,12 @@ begin
Exit;
end;
if fConnectionDefFileName.IsEmpty then
begin
fConnectionLoaded := True;
Exit;
end;
// if not FDManager.ConnectionDefFileLoaded then
// begin
FDManager.ConnectionDefFileName := fConnectionDefFileName;