Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Update sz.go
Browse files Browse the repository at this point in the history
Co-authored-by: Klaus Post <[email protected]>
  • Loading branch information
mholt and klauspost authored Nov 19, 2024
1 parent f1feabe commit 81ed621
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sz.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ type S2Level int
// Compression levels for S2.
// EXPERIMENTAL: May be changed or removed without a major version bump.
const (
S2LevelNone S2Level = 1
S2LevelFast S2Level = 2
S2LevelBetter S2Level = 3
S2LevelBest S2Level = 4
S2LevelNone S2Level = 0
S2LevelFast S2Level = 1
S2LevelBetter S2Level = 2
S2LevelBest S2Level = 3
)

// https://github.com/google/snappy/blob/master/framing_format.txt - contains "sNaPpY"
Expand Down

0 comments on commit 81ed621

Please sign in to comment.