Skip to content

Commit

Permalink
Temp increase # net threads to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Mar 30, 2024
1 parent 5b83d32 commit 4380faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/net_plugin/net_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ namespace eosio {
class net_plugin_impl : public std::enable_shared_from_this<net_plugin_impl>,
public auto_bp_peering::bp_connection_manager<net_plugin_impl, connection> {
public:
uint16_t thread_pool_size = 4;
uint16_t thread_pool_size = 12;
eosio::chain::named_thread_pool<struct net> thread_pool;

std::atomic<uint32_t> current_connection_id{0};
Expand Down

0 comments on commit 4380faa

Please sign in to comment.