Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Mar 12, 2024
1 parent c85df85 commit f5343d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions command/server/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ func DefaultConfig() *Config {
ShouldSeal: true,
TxPool: &TxPool{
PriceLimit: 0,
MaxSlots: 4096,
MaxAccountEnqueued: 128,
MaxSlots: 100000,
MaxAccountEnqueued: 10000,
},
LogLevel: "INFO",
RestoreFile: "",
Expand Down

0 comments on commit f5343d5

Please sign in to comment.