On Wed, Jun 15, 2022 at 09:09:35AM -0400, Derrick Stolee wrote: > I just want to be sure that using pack.useBitmaps=false would not > be sufficient for your situation (and probably most situations). I think the only other affected scenario on the client side would be repacking. And in theory most clients are repacking in the background anyways, so any speed-ups from using bitmaps wouldn't be noticeable anyway. I think just relying on the existing pack.useBitmaps config should be sufficient here. Thanks, Taylor