Skip to content

Commit

Permalink
update genesis params
Browse files Browse the repository at this point in the history
Signed-off-by: timofeevmd <timofeevmd@gmail.com>
  • Loading branch information
timofeevmd committed Jun 12, 2024
1 parent 5aa001e commit aec1ac8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
public class StabilitySimulation extends Simulation {
{
setUp(
jp.co.soramitsu.load.SetUp.Companion.apply().injectOpen(OpenInjectionStep.atOnceUsers(1))
.andThen(TransferAssets.Companion.apply().injectClosed(LoadProfiles.getStabilityClosedProfile()))
.andThen(CleanUp.Companion.apply().injectOpen(OpenInjectionStep.atOnceUsers(1)))
//jp.co.soramitsu.load.SetUp.Companion.apply().injectOpen(OpenInjectionStep.atOnceUsers(1))
TransferAssets.Companion.apply().injectClosed(LoadProfiles.getStabilityClosedProfile())
//.andThen(CleanUp.Companion.apply().injectOpen(OpenInjectionStep.atOnceUsers(1)))
);
}
}
6 changes: 3 additions & 3 deletions src/test/resources/iroha2_config/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -58938,13 +58938,13 @@
}
}
},{
"NewParameter": "?MaxTransactionsInBlock=200"
"NewParameter": "?MaxTransactionsInBlock=40"
},
{
"NewParameter": "?BlockTime=6000"
"NewParameter": "?BlockTime=2000"
},
{
"NewParameter": "?CommitTimeLimit=8000"
"NewParameter": "?CommitTimeLimit=4000"
},
{
"NewParameter": "?TransactionLimits=4096,4194304_TL"
Expand Down

0 comments on commit aec1ac8

Please sign in to comment.