Skip to content

Commit 2ee441d

Browse files
mergify[bot]jsvd
andauthored
Fix persistent-queues.asciidoc PQ sizing multiplication factors (#17451) (#17471)
(cherry picked from commit 81fcfdb) Co-authored-by: João Duarte <[email protected]>
1 parent e6742cc commit 2ee441d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/static/persistent-queues.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ These tables show examples of overhead by event type and how that affects the mu
126126
| JSON document size (bytes) | Serialized {ls} event size (bytes) | Overhead (bytes) | Overhead (%) | Multiplication Factor
127127
| 947 | 1133 | 186 | 20% | 1.20
128128
| 2707 | 3206 | 499 | 18% | 1.18
129-
| 6751 | 7388 | 637 | 9% | 1.9
130-
| 58901 | 59693 | 792 | 1% | 1.1
129+
| 6751 | 7388 | 637 | 9% | 1.09
130+
| 58901 | 59693 | 792 | 1% | 1.01
131131
|=======================================================================
132132

133133
*Example*

0 commit comments

Comments
 (0)