Skip to content

Commit 9c115ba

Browse files
committed
Use NetworkTopologyStrategy instead of SimpleStrategy
1 parent 5f7522f commit 9c115ba

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
@@ -813,7 +813,7 @@ impl AdminKeyValueStore for ScyllaDbStoreInternal {
813813
// Create a keyspace if it doesn't exist
814814
let query = format!(
815815
"CREATE KEYSPACE IF NOT EXISTS kv WITH REPLICATION = {{ \
816-
'class' : 'SimpleStrategy', \
816+
'class' : 'NetworkTopologyStrategy', \
817817
'replication_factor' : {} \
818818
}}",
819819
config.common_config.replication_factor

0 commit comments

Comments
 (0)