Skip to content

Commit

Permalink
chor: lower default threads count for rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
kstdl committed Jan 30, 2025
1 parent 838bfc2 commit 9cc109f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/config/include/config/network.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct ConnectionConfig {
boost::asio::ip::address address;

// Number of threads dedicated to the rpc calls processing, default = 5
uint16_t threads_num{5};
uint16_t threads_num{2};

void validate() const;
};
Expand Down

0 comments on commit 9cc109f

Please sign in to comment.