facebookarchive / swift

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

Additional configs #103

Closed andrewcox closed 11 years ago

andrewcox commented 11 years ago

Make more stuff settable in ThriftServerConfig

alandau commented 11 years ago

lgtm, one comment inside

andrewcox commented 11 years ago

200 might be excessive for some services, but it also might be good for some users if their tasks perform blocking operations a lot.

I don't want to adjust the default in this change because I'll be back-patching it into a 0.7.1 release for calligraphus

alandau commented 11 years ago

OK, fair enough

andrewcox commented 11 years ago

Merged and pushed