Updated FileCompression (markdown)

David Anderson 2024-03-27 15:19:43 -07:00
parent ac235c7098
commit c393ef7bb5
1 changed files with 1 additions and 1 deletions

@ -15,7 +15,7 @@ work for job input files also.
### Compression of output files ### Compression of output files
If you include the `<gzip_when_done>` tag in an [output file description](XmlFormat#Files), If you include the `<gzip_when_done>` tag in an [output file description](XmlFormat#Files),
the file will be gzip-compressed after it has been generated. the client will gzip-compress the file after it has been generated.
The gzip_when_done is only supported in client version 5.8+. The gzip_when_done is only supported in client version 5.8+.
If you receive files from clients that do not support the gzip_when_done flag, If you receive files from clients that do not support the gzip_when_done flag,