Verified Commit acfb2072 authored by Marc Vef's avatar Marc Vef
Browse files

Minor optimizations

parent 7534019c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ constexpr auto dirents_buff_size = (8 * 1024 * 1024); // 8 mega
 */
constexpr auto daemon_io_xstreams = 8;
// Number of threads used for RPC handlers at the daemon
constexpr auto daemon_handler_xstreams = 8;
constexpr auto daemon_handler_xstreams = 4;
} // namespace rpc

namespace rocksdb {