You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
At the moment, Batch HTTP Link helps to batch http graphql requests and these requests are sent in batch all at a time as soon as they are fired from client. It would be great if a delay is introduced between each batched requests. This helps when the client has 1000s an 1000s of requests which might be sent at a time that causes browser to crash.
Just a thought:
Maybe we can introduce an Option named batchDelay similar to batchMax, batchInterval.
At the moment, Batch HTTP Link helps to batch http graphql requests and these requests are sent in batch all at a time as soon as they are fired from client. It would be great if a delay is introduced between each batched requests. This helps when the client has 1000s an 1000s of requests which might be sent at a time that causes browser to crash.
Just a thought:
Maybe we can introduce an Option named batchDelay similar to batchMax, batchInterval.
Http batch
The text was updated successfully, but these errors were encountered: