This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new f8569d7 fix 'an pekko' ref (#126)
f8569d7 is described below
commit f8569d7ad3e3e423ac9a1e5ee488fdef9fea8858
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jan 30 09:34:04 2024 +0100
fix 'an pekko' ref (#126)
---
core/src/main/resources/reference.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/src/main/resources/reference.conf
b/core/src/main/resources/reference.conf
index 1c50fe7..5ef1c84 100644
--- a/core/src/main/resources/reference.conf
+++ b/core/src/main/resources/reference.conf
@@ -228,7 +228,7 @@ pekko.persistence.cassandra {
# are delivered downstreams.
max-buffer-size = 500
- # Deserialization of events is perfomed in an Pekko streams mapAsync
operator and this is the
+ # Deserialization of events is perfomed in a Pekko streams mapAsync
operator and this is the
# parallelism for that. Increasing to means that deserialization is
pipelined, which can
# be an advantage for machines with many CPU cores but otherwise it might
be slower because
# of higher CPU saturation and more competing tasks when there are many
concurrent queries or
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]