Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Nov 8, 2024
1 parent 85f3492 commit 741969e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erigon-lib/common/dbg/experiments.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var (

CommitEachStage = EnvBool("COMMIT_EACH_STAGE", false)

CaplinSyncedDataMangerDeadlockDetection = EnvBool("CAPLIN_SYNCED_DATA_MANAGER_DEADLOCK_DETECTION", true)
CaplinSyncedDataMangerDeadlockDetection = EnvBool("CAPLIN_SYNCED_DATA_MANAGER_DEADLOCK_DETECTION", false)
)

func ReadMemStats(m *runtime.MemStats) {
Expand Down

0 comments on commit 741969e

Please sign in to comment.