Skip to content

Commit

Permalink
eval: compress sub messages by default (#1720)
Browse files Browse the repository at this point in the history
Update default setting to compress subscription messages.
  • Loading branch information
brharrington authored Nov 8, 2024
1 parent f8dcc35 commit a14225b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions atlas-eval/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ atlas.eval {
// emit them if set to true.
enable-no-data-messages = true

// Should subscription messages be compressed. It is generally advisable, but is currently
// defaulted false to allow for cleaner rollout.
compress-sub-messages = false
// Should subscription messages be compressed.
compress-sub-messages = true
}

graph {
Expand Down

0 comments on commit a14225b

Please sign in to comment.