From c4df9c32e521fff19e54762f0fefdb5fe0d96305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Fri, 11 Dec 2020 23:52:05 +0100 Subject: [PATCH] fix docs --- docs/varlen.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/varlen.rst b/docs/varlen.rst index 908d1eb..7577246 100644 --- a/docs/varlen.rst +++ b/docs/varlen.rst @@ -14,6 +14,7 @@ a block size for next series created. If an entry cannot fit in the already crea will be created. Note that the last entry of this array will loop forever, so if you for example put a 1024 byte data in a varlen series of length profile [10, 255] there will be a total of 5 normal time series created to accommodate it, with length of: + * 10 * 255 * 255 @@ -28,6 +29,7 @@ series is larger by that. The size of that field is described by an extra parameter called `size_struct`. It represents an unsigned number. Note that the only valid sizes of `size_struct` are: + * 1 for maximum length of 255 * 2 for maximum length of 65535 * 3 for maximum length of 16777215 -- GitLab