Summary:
D2613681 codemod'ed a thrift server api but it also renamed that api
in AsyncServerSocket, which is a mistake. Fix that in AsyncServerSocket, and
all other places that calls this api.
Reviewed By: alandau, JoelMarcey
Differential Revision:
D2677837
fb-gh-sync-id:
0d91f1a623229e99be59ca9dcd27f1330a9a1b64
*
* Only works if called before addAcceptCallback.
*/
- void setMaxNumPendingConnectionsPerWorker(uint32_t num) {
+ void setMaxNumMessagesInQueue(uint32_t num) {
maxNumMsgsInQueue_ = num;
}