Release Notes

Internal

5.4.8.546: Mar 20 2014

New

Performance

The number of compression threads during the upload processes (affects to the checkin, fast-import, etc.) can be configured to take advantage of the multi-cpu environments.

This value can be set between 1 and 10. (With any other number it will work as single-threaded).

To configure this value, the client.conf file should be edited and add a xml node, named 'UploadCompressorsNumber' as follows:

 
    <ClientConfigData>
        ...
        <UploadCompressionSize>2</UploadCompressionSize>
        ...
    </ClientConfigData>
    

New

Performance

The number of concurrent threads during the downloading processes can be configured in order to improve the performance of the update operation.

To configure this value, the client.conf file should be edited and add a xml node, named 'DownloadPoolSize' as follows:

    <ClientConfigData>
        ...
        <DownloadPoolSize>3</DownloadPoolSize>
        ...
    </ClientConfigData>