Skip to content

Commit

Permalink
enable optqs on forge
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalajiarun committed Dec 5, 2024
1 parent be9243c commit 3739e25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testsuite/forge/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ impl ForgeConfig {
["enable_storage_sharding"] = true.into();
helm_values["validator"]["config"]["indexer_db_config"]["enable_event"] = true.into();
helm_values["fullnode"]["config"]["indexer_db_config"]["enable_event"] = true.into();
// enable optqs
helm_values["validator"]["config"]["consensus"]["quorum_store"]
["enable_opt_quorum_store"] = true.into();
}))
}

Expand Down

0 comments on commit 3739e25

Please sign in to comment.