Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change fanout limit check when thread affinity is true
Summary: The limit of 32K is only one client to one single destination. Its not related to other hosts. With X proxies, we can open 32K/X connections from each proxy, giving a total of 32K across all proxies to a single server. With thread affinity, we only use one thread, so the limit is 32K/1 = 32K. Reviewed By: stuclar Differential Revision: D65549333 fbshipit-source-id: 8036dd29de14dedadf9120f47f58623f8d80b36b
- Loading branch information