Skip to content

v1.15

Compare
Choose a tag to compare
@ben-may ben-may released this 02 May 21:06
· 5 commits to master since this release

A few improvements to the EACopySevice in this release as well as some tweaks to EACopy itself:

  1. Fixed issue with using DeltaCompression would always turn a ReadResponse_Skip to ReadResponse_CopyDelta causing unnecessary copy operation.
  2. Fixed /HASH option usage on EACopyService don't actually calculate the file hash when file wasn't already previously cached in database (which the internal memory database will be gone when EACopyService.exe is restarted) and then there were no other process that re-populate the database. Now the hash will be re-calculated and automatically add the database when missing.
  3. Changed server log to have shared read access so that we don't have to terminate the server before looking at the log.
  4. Add a logFlush() function and do a few more log flush on occasion to limit buffered log getting big.