Skip to content

Avoid using LZ4 when connected to ParaView 5.0.0 server.

Since LZ4 is not availabel in 5.0.0, if 5.0.1 client connects to a 5.0.0 server, we need to not use LZ4 by default. This takes case of that by changing the CompressorConfig setting to use Squirt instead of LZ4 and put out a warning message.

Merge request reports