Skip to content

Commit

Permalink
chore: specify method field on compression in example (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaniels6813 authored Oct 11, 2023
1 parent 478c1cd commit 1dd8688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ conn := clickhouse.OpenDB(&clickhouse.Options{
},
DialTimeout: time.Second * 30,
Compression: &clickhouse.Compression{
clickhouse.CompressionLZ4,
Method: clickhouse.CompressionLZ4,
},
Debug: true,
BlockBufferSize: 10,
Expand Down

0 comments on commit 1dd8688

Please sign in to comment.