mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 06:41:02 +00:00
Disable hostperfcheck by default (#6640)
This feature should only be activated by the polkadot binary. Otherwise parachains may accidentally activate this feature.
This commit is contained in:
@@ -42,7 +42,7 @@ sc-storage-monitor = { git = "https://github.com/paritytech/substrate", branch =
|
||||
substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
[features]
|
||||
default = ["db", "cli", "hostperfcheck", "full-node", "polkadot-native"]
|
||||
default = ["db", "cli", "full-node", "polkadot-native"]
|
||||
db = ["service/db"]
|
||||
cli = [
|
||||
"clap",
|
||||
|
||||
Reference in New Issue
Block a user