Commit 7aecedba authored by Marc Vef's avatar Marc Vef
Browse files

proxy threads optimization

parent 2657e84d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ constexpr auto daemon_io_xstreams = 4;
// Number of threads used for RPC handlers at the daemon
constexpr auto daemon_handler_xstreams = 2;
// Number of threads used for RPC handlers at the proxy
constexpr auto proxy_handler_xstreams = 2;
constexpr auto proxy_handler_xstreams = 3;
} // namespace rpc

namespace rocksdb {