You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-04-28 20:46:05 +02:00
Fastfix
This commit is contained in:
@@ -1328,7 +1328,6 @@ Function SendDataInParts(Val ChunkSize = 5242880, Val Method = "PUT") Export
|
||||
OPI_Tools.ProgressInformation(RequestBodyStream.CurrentPosition(), TotalSize, "MB", MByte);
|
||||
|
||||
RunGarbageCollection();
|
||||
FreeObject(CurrentData);
|
||||
|
||||
EndDo;
|
||||
|
||||
@@ -2264,7 +2263,6 @@ Procedure WriteBinaryData(DataWriter, Val BinaryData)
|
||||
|
||||
DataWriter.Write(CurrentData);
|
||||
|
||||
FreeObject(CurrentData);
|
||||
RunGarbageCollection();
|
||||
|
||||
CurrentPosition = CurrentPosition + CurrentSize;
|
||||
|
||||
Reference in New Issue
Block a user