Skip to content

Commit 8ad0f96

Browse files
committed
Use NetworkTopologyStrategy instead of SimpleStrategy
1 parent 2a07fcc commit 8ad0f96

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)