Closed mfridman closed 1 month ago
Small optimization for multiReadBucket. The goal is to avoid a Stat call when overlay is enabled and the file is found.
multiReadBucket
Stat
The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).
✅ passed
Small optimization for
multiReadBucket
. The goal is to avoid aStat
call when overlay is enabled and the file is found.