Skip to content

Commit

Permalink
increase roundsExpired and maxAggregateRels
Browse files Browse the repository at this point in the history
Signed-off-by: Kelly Greco <kelly@swirldslabs.com>
  • Loading branch information
poulok committed Nov 12, 2024
1 parent d5ab465 commit c9992cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

@ConfigData("tokens")
public record TokensConfig(
@ConfigProperty(defaultValue = "50000000") @NetworkProperty long maxAggregateRels,
@ConfigProperty(defaultValue = "200000000") @NetworkProperty long maxAggregateRels,
@ConfigProperty(defaultValue = "true") @NetworkProperty boolean storeRelsOnDisk,
@ConfigProperty(defaultValue = "1000000") @NetworkProperty long maxNumber,
@ConfigProperty(defaultValue = "1000") @NetworkProperty int maxPerAccount,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
@ConfigData("consensus")
public record ConsensusConfig(
@ConfigProperty(defaultValue = "26") int roundsNonAncient,
@ConfigProperty(defaultValue = "500") int roundsExpired,
@ConfigProperty(defaultValue = "1000") int roundsExpired,
@ConfigProperty(defaultValue = "12") int coinFreq) {}

0 comments on commit c9992cb

Please sign in to comment.