Author Topic: bitshares_client - "There are now XX connections to the p2p network"  (Read 1169 times)

0 Members and 1 Guest are viewing this topic.

Offline ozvic

  • Jr. Member
  • **
  • Posts: 44
    • View Profile
  • BitShares: trev
Thanks svk, will give it a go.

Currently hovering around 40 connections, so will cut it back a few.

Offline svk

Don't know if there's a command for that, but a simple work-around is to set the maximum number of connections to a reasonable number, once you get to the desired number it will stop spamming you. This should do the trick:

Code: [Select]
network_set_advanced_node_parameters {"maximum_number_of_connections":15}
Worker: dev.bitsharesblocks

Offline ozvic

  • Jr. Member
  • **
  • Posts: 44
    • View Profile
  • BitShares: trev
Probably a silly question, but I've missed it everywhere I've looked.

Is there anyway to suppress the "There are no XX connections to the p2p network" message that appears every second or two in the bitshares_client?

Can turn off all output with debug_enable_output, but I find responses to commands is good.

Thanks!