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 22d7171 commit 73fd415Copy full SHA for 73fd415
linera-views/src/backends/scylla_db.rs
@@ -813,7 +813,7 @@ impl AdminKeyValueStore for ScyllaDbStoreInternal {
813
// Create a keyspace if it doesn't exist
814
let query = format!(
815
"CREATE KEYSPACE IF NOT EXISTS kv WITH REPLICATION = {{ \
816
- 'class' : 'SimpleStrategy', \
+ 'class' : 'NetworkTopologyStrategy', \
817
'replication_factor' : {} \
818
}}",
819
config.common_config.replication_factor
0 commit comments