Limits the unreferenced blob query to returning 16k results. This is another instance of the "no more that 2^16 parameters" panic.
Regardless of the panic this is something I was planning on doing as I noticed very large eviction steps would stall the eviction task for longer than desired. As long as we don't create more than 16k new unreferenced blobs between each tick the eviction algorithm will keep up.
There may be periods of high activity that cause it to fall behind but I expect the periods of low activity such as late night to vastly outweigh it and provide the opportunity to catch up.
Limits the unreferenced blob query to returning 16k results. This is another instance of the "no more that 2^16 parameters" panic.
Regardless of the panic this is something I was planning on doing as I noticed very large eviction steps would stall the eviction task for longer than desired. As long as we don't create more than 16k new unreferenced blobs between each tick the eviction algorithm will keep up.
There may be periods of high activity that cause it to fall behind but I expect the periods of low activity such as late night to vastly outweigh it and provide the opportunity to catch up.