Skip to content

Commit

Permalink
Enable extra metrics by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffesquivels committed Nov 26, 2024
1 parent e2410fb commit d0ffcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ nimiq-test-log = { workspace = true }
[features]
database-storage = ["nimiq-database", "nimiq-zkp-component/database-storage"]
deadlock = ["parking_lot/deadlock_detection"]
default = ["full-consensus"]
default = ["full-consensus", "extended-metrics"]
dht-fallback = [
"http",
"http-body-util",
Expand Down

0 comments on commit d0ffcea

Please sign in to comment.