Skip to content

Commit

Permalink
Disable hg bundle2 compression (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye authored Feb 14, 2025
1 parent 20735ee commit 00d37fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hgweb/hgweb.hgrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ refreshinterval=5
bundle1=True
bundle1.push=True
bundle1.pull=True
[experimental]
bundle2-advertise=false

[paths]
/a/ = /var/hg/repos/a/*
Expand Down

0 comments on commit 00d37fd

Please sign in to comment.