You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The number of workers a comm-reactor initalizes. \
24
24
_default_**```swc.ThriftBroker.workers=32```**
25
25
26
-
*### swc.ThriftBroker.handlers
26
+
*### swc.ThriftBroker.connections.max
27
27
```INT32```
28
-
The number of Application handlers. \
29
-
_default_**```swc.ThriftBroker.handlers=8```**
28
+
The Max client Connections allowed, any new connections above the Open-Connections will be dropped and the Max-Total is the number of Endpoints(Thrift-Broker is listening-on) by `swc.ThriftBroker.connections.max`. If open-file-descriptors is above allowed-limit Thrift-Broker will shutdown, unplanned shutdown can be avoided by the max limit. \
0 commit comments