Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Alexander Zoernack wrote: > - is there a chance to adjust some paramters to handle this > by checksum/CRC or something like this to speedup the process? This wouldn't help at all. Update is only ever slow if the client file has been modified. In this case the file has to be sent to the server, which is able to compare with its reference copies and (potentially) do a 3-way merge. No checksums will help here. If the client file has not been modified the update is a simple comparison of versions and the sending of a patch. Tony