Skip to content

Commit

Permalink
remove EnableConditionalCompress
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Aug 21, 2024
1 parent 8fead44 commit 26ba82b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup/internal/config/l2.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ type ChunkProposerConfig struct {
MaxRowConsumptionPerChunk uint64 `json:"max_row_consumption_per_chunk"`
GasCostIncreaseMultiplier float64 `json:"gas_cost_increase_multiplier"`
MaxUncompressedBatchBytesSize uint64 `json:"max_uncompressed_batch_bytes_size"`
EnableConditionalCompress bool `json:"enable_conditional_compress"`
}

// BatchProposerConfig loads batch_proposer configuration items.
Expand Down

0 comments on commit 26ba82b

Please sign in to comment.