Skip to content

Commit e9d70dd

Browse files
committed
Replication factor 3 on ScyllaDB
1 parent 46095d5 commit e9d70dd

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 = "CREATE KEYSPACE IF NOT EXISTS kv WITH REPLICATION = { \
815815
'class' : 'SimpleStrategy', \
816-
'replication_factor' : 1 \
816+
'replication_factor' : 3 \
817817
}";
818818

819819
// Execute the query

0 commit comments

Comments
 (0)