Browse Source
The cache key was using only src.slice(0, 200) which is not unique — different base64 images share the same MIME prefix and similar headers. Now samples from multiple positions (start, middle, end) plus length to virtually eliminate collisions. https://claude.ai/code/session_01MvD1n4QeXutgwUpKJuDGHahandoff-20260429-1057
1 changed files with 5 additions and 3 deletions
Loading…
Reference in new issue