The information in this article applies to:
Product: PM4Data
Version: 8.1.4, 8.1.7
Platform: All
Issue
- When multiple files are transferred at one time, there may be a substantial delay before the receiving process starts.
Resolution
This is the result of data messages transferring with higer priority than control messages. Decrease the priority of the data messages. Change the priority to "0" in XMOFTS.xml in the Registry (Services/Config/XMOFTS.xml) as shown:
<XMOFTS> ... <msgsize>62</msgsize> <priority>0</priority> <defaultCompressionLevel>1</defaultCompressionLevel> ... </XMOFTS>