Skip to content

Commit

Permalink
reduced max_batch_size_in_bytes to support Avail's limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin authored and omritoptix committed Aug 10, 2023
1 parent aa1e967 commit 3dc0e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func DefaultConfig(home, chainId string) *NodeConfig {
BatchSubmitMaxTime: 30 * time.Second,
NamespaceID: "000000000000ffff",
BlockBatchSize: 500,
BlockBatchMaxSizeBytes: 1500000},
BlockBatchMaxSizeBytes: 500000},
DALayer: "mock",
SettlementLayer: "mock",
Instrumentation: &InstrumentationConfig{
Expand Down

0 comments on commit 3dc0e69

Please sign in to comment.