Skip to content

Commit

Permalink
Merge pull request #2365 from OffchainLabs/disable-sequencer-profilin…
Browse files Browse the repository at this point in the history
…g-by-default

Disable profiling sequencer by default
  • Loading branch information
anodar authored Jun 3, 2024
2 parents 2c3af8d + 9efaa24 commit 592d53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution/gethexec/sequencer.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ var DefaultSequencerConfig = SequencerConfig{
NonceFailureCacheExpiry: time.Second,
ExpectedSurplusSoftThreshold: "default",
ExpectedSurplusHardThreshold: "default",
EnableProfiling: true,
EnableProfiling: false,
}

var TestSequencerConfig = SequencerConfig{
Expand Down

0 comments on commit 592d53c

Please sign in to comment.