Skip to content

Commit

Permalink
Update to defaultExcessiveBlockSize of 128MB
Browse files Browse the repository at this point in the history
  • Loading branch information
shilch committed Dec 19, 2018
1 parent 496f6be commit 265918c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const (
defaultDbType = "ffldb"
defaultFreeTxRelayLimit = 15.0
defaultTrickleInterval = peer.DefaultTrickleInterval
defaultExcessiveBlockSize = 32000000
defaultExcessiveBlockSize = 128000000
defaultBlockMinSize = 0
defaultBlockMaxSize = 750000
blockMaxSizeMin = 1000
Expand Down

0 comments on commit 265918c

Please sign in to comment.