Skip to content

Commit

Permalink
p2p trx slow api and validation nodes down, not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Oct 3, 2023
1 parent 19aea6f commit d96a163
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/PerformanceHarness/performance_test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def __post_init__(self):

def configureValidationNodes():
validationNodeSpecificNodeosStr = ""
validationNodeSpecificNodeosStr += '--p2p-accept-transactions false '
if "v2" in self.nodeosVers:
validationNodeSpecificNodeosStr += '--plugin eosio::history_api_plugin --filter-on "*" '
else:
Expand All @@ -137,6 +138,7 @@ def configureValidationNodes():

def configureApiNodes():
apiNodeSpecificNodeosStr = ""
apiNodeSpecificNodeosStr += "--p2p-accept-transactions false "
apiNodeSpecificNodeosStr += "--plugin eosio::chain_api_plugin "
apiNodeSpecificNodeosStr += "--plugin eosio::net_api_plugin "
if "v4" in self.nodeosVers:
Expand Down

0 comments on commit d96a163

Please sign in to comment.