Temporary File Compression
The compression feature for temporary files is now activated by default. The compressed temporary files now have a "zip"extension instead of a "tmp" extension.
This feature:
-
Reduces the risk of reaching the 4 gigabyte maximum file size limitation due to the 32 bit JDK.
-
Increases communication speed between each work-flow step.
-
Saves disc space.
You can deactivate the compression mode by adding the following parameter in your TaleoConnectClient.ini file available under your TCC installation path.
-Dcom.taleo.integration.compress.tempfile=false(or FALSE)