Files
git/Documentation
Derrick Stolee dc949345c9 backfill: add --batch-size=<n> option
Users may want to specify a minimum batch size for their needs. This is only
a minimum: the path-walk API provides a list of OIDs that correspond to the
same path, and thus it is optimal to allow delta compression across those
objects in a single server request.

We could consider limiting the request to have a maximum batch size in the
future.

Signed-off-by: Derrick Stolee <stolee@gmail.com>
2025-01-07 16:56:21 +01:00
..
2024-12-27 08:28:11 -08:00
2025-01-01 09:21:15 -08:00
2024-12-15 17:54:33 -08:00
2024-09-23 12:47:36 -07:00
2024-06-17 15:55:56 -07:00
2024-08-16 09:46:25 -07:00
2024-02-21 10:02:55 -08:00
2025-01-07 12:36:14 +01:00
2024-05-07 10:06:03 -07:00
2024-04-19 12:38:50 +02:00
2025-01-06 08:23:29 -08:00
2024-09-23 12:47:36 -07:00
2025-01-07 16:56:21 +01:00