d4a7cb0414
- store_bytes: blob_path.exists() → fs::try_exists(&blob_path).await - store_from_file: blob_path.exists() → fs::try_exists(&blob_path).await (2 sites) - Prevents synchronous stat() syscalls from blocking Tokio worker threads during concurrent uploads