Skip to content

Commit

Permalink
fix typo: unlogged batch (akka#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato committed Aug 27, 2020
1 parent 3d346d7 commit 9a8fa13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/events-by-tag.md
Expand Up @@ -50,7 +50,7 @@ With a low value it will happen frequently.
Like with any tuning testing should be done to see what works for your environment. The values below may be too low
depending on the load and performance of your Cassandra cluster.

It is possible to flush the tag writes right away. By default they are batched and written as an unlogged back which increases throughput. To write each individually
It is possible to flush the tag writes right away. By default they are batched and written as an unlogged batch which increases throughput. To write each individually
without delay use:
```
akka.persistence.cassandra.events-by-tag.flush-interval = 0s
Expand Down

0 comments on commit 9a8fa13

Please sign in to comment.