This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch an-pekko in repository https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-cassandra.git
commit f6c37fd3cc7455bcbb99fd4c448706d1e2791940 Author: PJ Fanning <[email protected]> AuthorDate: Mon Jan 29 19:41:22 2024 +0100 fix 'an pekko' ref --- 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]
