bug23220 400 B

1234567
  1. o Minor features (client directory bandwidth tuning):
  2. - When downloading (micro)descriptors, don't split the list of
  3. descriptors into multiple requests unless there are at least 32
  4. descriptors that we want. Previously, we split at 4, not 32, which
  5. could lead to significant overhead in HTTP request size and
  6. degradation in compression performance. Closes ticket 23220.