We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a07fcc commit 8ad0f96Copy full SHA for 8ad0f96
linera-views/src/backends/scylla_db.rs
@@ -811,7 +811,7 @@ impl AdminKeyValueStore for ScyllaDbStoreInternal {
811
// Create a keyspace if it doesn't exist
812
let query = format!(
813
"CREATE KEYSPACE IF NOT EXISTS kv WITH REPLICATION = {{ \
814
- 'class' : 'SimpleStrategy', \
+ 'class' : 'NetworkTopologyStrategy', \
815
'replication_factor' : {} \
816
}}",
817
config.common_config.replication_factor
0 commit comments