Skip to content

Commit

Permalink
disable l1 cache by default (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexoscott committed Sep 10, 2024
1 parent ff1e7d0 commit f01b73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ var (
L1CacheEnabledFlag = cli.BoolFlag{
Name: "zkevm.l1-cache-enabled",
Usage: "Enable the L1 cache",
Value: true,
Value: false,
}
L1CachePortFlag = cli.UintFlag{
Name: "zkevm.l1-cache-port",
Expand Down

0 comments on commit f01b73b

Please sign in to comment.