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 46095d5 commit e9d70ddCopy full SHA for e9d70dd
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 = "CREATE KEYSPACE IF NOT EXISTS kv WITH REPLICATION = { \
815
'class' : 'SimpleStrategy', \
816
- 'replication_factor' : 1 \
+ 'replication_factor' : 3 \
817
}";
818
819
// Execute the query
0 commit comments