mirror of
https://github.com/rclone/rclone.git
synced 2026-02-27 09:53:24 +00:00
Add gzip compression for directory listings and text assets served over HTTP. This reduces the rclone repository file listing from 40 kB to 8 kB and reduces the rclone MANUAL.txt from 2.7 MB to 700 kB. This makes listings and assets served across the network load faster. The compression level of 5 should be a good balance between size and speed.