relay-tools / react-relay-network-layer

ReactRelayNetworkLayer with middlewares and query batching for Relay Classic.
MIT License
277 stars 47 forks source link

batcher: support maxBatchSize option #41

Closed brad-decker closed 7 years ago

brad-decker commented 7 years ago

Allows to set a maxBatchSize option that will trigger a new batcher singleton when the size option is hit.

brad-decker commented 7 years ago

@nodkz i think this is ready for your review. This fixes the issue i mentioned in #40 and implements maxBatchSize option.

nodkz commented 7 years ago

Uhhhh. Just finished. Bumped 2.0.0. Please try it in your project.

@brad-decker many thanks for your help!