Skip to content

Commit

Permalink
disable compression to give us time to work on a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maelvls committed Nov 22, 2024
1 parent eb3c30a commit 57af677
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/agent/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,9 @@ func InitAgentCmdFlags(c *cobra.Command, cfg *AgentCmdFlags) {
c.PersistentFlags().BoolVar(
&cfg.DisableCompression,
"disable-compression",
false,
// Compression was disabled after we found that the backend didn't
// support it. See: https://venafi.atlassian.net/browse/VC-37264.
true,
"Disables GZIP compression when uploading the data. Useful for debugging purposes or when an intermediate proxy doesn't like compressed data.",
)
}
Expand Down

0 comments on commit 57af677

Please sign in to comment.