You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature: add --rcloneBatch flag for faster R2 cache uploads
6
+
7
+
This adds a new optional `--rcloneBatch` flag that enables batch uploading to R2 using rclone instead of individual wrangler uploads. This significantly improves upload performance for large caches.
8
+
9
+
**Supported commands:**
10
+
11
+
-`populateCache` - Explicit cache population
12
+
-`deploy` - Deploy with cache population
13
+
-`upload` - Upload version with cache population
14
+
-`preview` - Preview with cache population
15
+
16
+
**Performance improvements:**
17
+
18
+
- Creates staging directory with all cache files organized by R2 keys
19
+
- Uses rclone's parallel transfer capabilities (32 transfers, 16 checkers)
0 commit comments