Details
-
Improvement
-
Resolution: Fixed
-
Major
-
5.5.0
Description
Three compression options needs be provided to the user in the UI:
- Off - completely disable compression
- Passive - compressed documents can be stored and streamed from the server, but server doesn't try to actively compress documents (Client-initiated)
- Active - server will try to actively compress documents in memory (Server-initiated)
Users should be able to able to dynamically switch between the compression modes.
This option is EE-only.