This is an automated email from the ASF dual-hosted git repository.
btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new 541f7d3569 JAMES-4177 Fix typo in default cassandra-driver.conf (#2959)
541f7d3569 is described below
commit 541f7d3569f32a6cd9520acfa4f339bf0eba1a17
Author: Benoit TELLIER <[email protected]>
AuthorDate: Mon Mar 2 20:45:31 2026 +0100
JAMES-4177 Fix typo in default cassandra-driver.conf (#2959)
---
.../apps/distributed-app/sample-configuration/cassandra-driver.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/server/apps/distributed-app/sample-configuration/cassandra-driver.conf
b/server/apps/distributed-app/sample-configuration/cassandra-driver.conf
index ac9816f9a1..c1420b7378 100644
--- a/server/apps/distributed-app/sample-configuration/cassandra-driver.conf
+++ b/server/apps/distributed-app/sample-configuration/cassandra-driver.conf
@@ -142,10 +142,10 @@ datastax-java-driver {
basic.request.timeout = 1 hour
}
READ {
- basic.request.consistency = QUORUM;
+ basic.request.consistency = QUORUM
}
WRITE {
- basic.request.consistency = QUORUM;
+ basic.request.consistency = QUORUM
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]