Skip to content
  • Eric Cano's avatar
    Added after requeueing requests in {Archive,Retrieve}Request::garbageCollect(). · 551af3a2
    Eric Cano authored
    As those fuctions are usually called in a tight loop at the end of the session or in the garbage collector,
    they tend to unlock and relock the queues immediately, and sitting on the lock for a long time in practice.
    The added sleep will increase the odds of other processing slipping in between the unlock and the lock.
    551af3a2