Skip to content

Commit

Permalink
forge: enable optqs (#15794)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalajiarun authored Jan 22, 2025
1 parent c8b55d0 commit 622e2ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testsuite/forge/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ 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 622e2ec

Please sign in to comment.