1

Debouncing calls


Avatar
Tal Ben David

Can we get a debounce timer? Each time I update my ACF, I'm actively sending 100+ requests, which hits the rate limit in my hosting service (Vercel).
I'd love an option to hold the actual call to the webhook (in a custom delay if possible), so only one webhook request will be sent.

A