You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to minimize the history Cargo needs to download. When the index is squashed, we save snapshots
12
12
to preserve the history of crate publishes.
13
13
14
-
Currently, those snapshots are stored as branches in the main index Git repository. This uses server resources because of the recompression of objects that are
15
-
delta-compressed against objects that are only referenced in branches not fetched by the client. We
16
-
will be deleting the snapshot branches from this repository to ensure that all objects referenced in the master branch
17
-
will only be compressed against other objects in the master branch, ensuring that the current clone
18
-
behavior will be much more efficient on the server side.
14
+
Currently, those snapshots are stored as branches in the main index Git repository. Those branches
15
+
are using server resources though, as the server still has to consider their contents whenever
16
+
Cargo asks for the master branch. We will be deleting the snapshot branches from this repository to
17
+
ensure that all objects referenced in the master branch will only be compressed against other
18
+
objects in the master branch, ensuring that the current clone behavior will be much more efficient
0 commit comments