DragonWind/public
zgaetano 2e3ac69f97 fix: SpeedTracker uses monotonic bytes + 15s smoothing for accurate speed display
Speed display was wildly inaccurate during parallel multipart uploads because:
1. Parallel chunk progress events caused non-monotonic byte counts
2. The 5-second smoothing window was too short for bursty uploads
3. Speed dropped to near-zero between chunk boundaries

Fixes:
- Enforce monotonic byte tracking via _peak guard
- Extend sliding window from 5s to 15s
- Cache last good speed value for display continuity
- Require >= 1s of data before calculating (was 0.5s)
2026-04-12 13:34:03 -04:00
..
dragon-anim.gif feat: Wild Dragon branding — splash animation + logo assets 2026-04-05 20:19:57 -04:00
dragon-icon.png feat: Wild Dragon branding — splash animation + logo assets 2026-04-05 20:19:57 -04:00
hindex.html fix: SpeedTracker uses monotonic bytes + 15s smoothing for accurate speed display 2026-04-12 13:34:03 -04:00
logo.png Add per-user upload quotas/permissions and share link system 2026-04-06 19:58:29 -04:00
share.html Add per-user upload quotas/permissions and share link system 2026-04-06 19:58:29 -04:00
vpm-logo.png feat: VPM branding + Built by footer 2026-04-06 19:41:07 -04:00
wilddragon-logo.png feat: Wild Dragon branding — splash animation + logo assets 2026-04-05 20:19:57 -04:00