graphql-io icon indicating copy to clipboard operation
graphql-io copied to clipboard

Provide "throttle" option for throttling notifications

Open rse opened this issue 8 years ago • 0 comments

Currently, every(!) change triggers an immediate GRAPHQL-NOTIFY message. But a "throttle: N" option to GraphQL-IO-Server should throttle those notifies to a windows of N milliseconds and send just one notification per window.

rse avatar Oct 08 '17 10:10 rse