Skip to content

Commit

Permalink
Merge pull request #186 from marta-lokhova/missionSlowNodesFix
Browse files Browse the repository at this point in the history
Reduce tx rate for slow nodes
  • Loading branch information
marta-lokhova committed Jul 31, 2024
2 parents 5d1921d + ae4a60a commit 45019f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSLibrary/MissionSlowNodesNetwork.fs
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ let slowNodesNetwork (context: MissionContext) =
formation.UpgradeMaxTxSetSize [ coreSet; slowCoreSet ] 100000

formation.RunLoadgen coreSet context.GenerateAccountCreationLoad
formation.RunLoadgen coreSet { context.GeneratePaymentLoad with txrate = 200 })
formation.RunLoadgen coreSet { context.GeneratePaymentLoad with txrate = 100 })

0 comments on commit 45019f0

Please sign in to comment.