Skip to content

Commit

Permalink
back off on durations
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed May 22, 2024
1 parent b0b1b56 commit 43dbdbf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ public void before() throws Exception {
var params = Parameters.newBuilder()
.setGenerateGenesis(true)
.setGenesisViewId(origin.prefix(entropy.nextLong()))
.setGossipDuration(Duration.ofMillis(20))
.setGossipDuration(Duration.ofMillis(30))
.setProducer(ProducerParameters.newBuilder()
.setMaxBatchCount(15_000)
.setMaxBatchByteSize(200 * 1024 * 1024)
.setGossipDuration(Duration.ofMillis(10))
.setGossipDuration(Duration.ofMillis(30))
.setBatchInterval(Duration.ofMillis(50))
.setEthereal(Config.newBuilder()
.setNumberOfEpochs(3)
Expand Down

0 comments on commit 43dbdbf

Please sign in to comment.