Skip to content

Commit 768164a

Browse files
authored
Merge pull request #2154 from folkertdev/fix-gix-blame-performance-regression
fix `gix-blame` performance regresion
2 parents f7bfff4 + 8dc5e98 commit 768164a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ pack-cache-lru-static = ["gix-pack/pack-cache-lru-static"]
246246
## Provide a hash-map based LRU cache whose eviction is based a memory cap calculated from object data.
247247
pack-cache-lru-dynamic = ["gix-pack/pack-cache-lru-dynamic"]
248248

249-
## Enable all features required for performance. Currently, this is equivalent to `max-control`, as gix always uses zlib-rs.
250-
max-performance = ["max-control"]
249+
## Enable all features required for performance.
250+
max-performance = ["max-performance-safe"]
251251

252252
## Deprecated: gix always uses zlib-rs.
253253
zlib-ng = ["gix-features/zlib"]

0 commit comments

Comments
 (0)