facebookarchive / swift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
900 stars 297 forks source link

Add config option to set max requests #203

Closed andrewcox closed 10 years ago

andrewcox commented 10 years ago

This allows you to set the max queued requests (and reject new requests when the queue is full), without having to use a custom executor

SilverRapier commented 10 years ago

This lgtm!