Adjust Consistency
This commit is contained in:
@@ -27,7 +27,7 @@ impl From<NewSessionError> for Error {
|
||||
|
||||
pub async fn create_session_no_ks(scyconf: &ScyllaIngestConfig) -> Result<Arc<Session>, Error> {
|
||||
let profile = ExecutionProfileBuilder::default()
|
||||
.consistency(Consistency::Any)
|
||||
.consistency(Consistency::One)
|
||||
.build()
|
||||
.into_handle();
|
||||
let port_range: RangeInclusive<u16> = 32000u16..=36000u16;
|
||||
|
||||
Reference in New Issue
Block a user