Menu

#2562 Precache one request at a time

closed
nobody
None
2020-08-27
2020-06-30
Anonymous
No

Originally created by: jeffposnick

R: @philipwalton

Fixes [#2528]

This is basically batched precaching with a forced batch size of 1, i.e. only have one preaching request in flight at a given time.

I think this is a win from the perspective of reducing possible bandwidth contention with the main thread during precaching as well.

Related

Tickets: #2528

Discussion

  • Anonymous

    Anonymous - 2020-06-30

    Ticket changed by: jeffposnick

    • status: open --> closed
     
  • Anonymous

    Anonymous - 2020-08-27

    Originally posted by: jobvs

    @jeffposnick Would it be possible to get this in a 5.1.4? The changes are not conflicting with the 5.x codebase. Can make the MR if you want.

     

Log in to post a comment.