Skip to content

Commit 4f081fe

Browse files
authored
Use NetworkTopologyStrategy instead of SimpleStrategy (#3880)
## Motivation `SimpleStrategy` is not recommended to be used in production ## Proposal Use the recommended production setting ## Test Plan CI + deploy network with this ## Release Plan - Nothing to do / These changes follow the usual release cycle.
1 parent 2ea0e26 commit 4f081fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linera-views/src/backends/scylla_db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ impl AdminKeyValueStore for ScyllaDbStoreInternal {
811811
// Create a keyspace if it doesn't exist
812812
let query = format!(
813813
"CREATE KEYSPACE IF NOT EXISTS kv WITH REPLICATION = {{ \
814-
'class' : 'SimpleStrategy', \
814+
'class' : 'NetworkTopologyStrategy', \
815815
'replication_factor' : {} \
816816
}}",
817817
config.common_config.replication_factor

0 commit comments

Comments
 (0)