Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
fix: ensures autosave only runs sequentially (#9892)
Previously, Autosave could trigger 2 parallel fetches where the second could outpace the first, leading to inconsistent results. Now, we use a simple queue-based system where we can push multiple autosave events into a queue, and only the latest autosave will be performed. This also prevents multiple autosaves from ever running in parallel.
J
James Mikrut committed
a0f0316534e59b6012ce9cf85ca8c8e1a5382661
Parent: 5223990
Committed by GitHub <noreply@github.com>
on 12/11/2024, 3:33:48 PM