Skip to content

Commit 81e46be

Browse files
committed
DOC: config: properly index "table and "stick-table" in their section
Tim reported in issue #2953 that "stick-table" and "table" were not indexed as keywords. The issue was the indent level. Also let's make sure to put a box around the "store" arguments as well.
1 parent df00164 commit 81e46be

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/configuration.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28846,18 +28846,17 @@ that the one in the peers section requires a mandatory name and doesn't take a
2884628846

2884728847
In a "frontend", "backend" or "listen" section:
2884828848

28849-
stick-table type <type> size <size> [expire <expire>] [nopurge] [recv-only]
28850-
[write-to <wtable>] [srvkey <srvkey>] [store <data_type>]*
28851-
[brates-factor <factor>] [peers <peersect>]
28849+
stick-table type <type> size <size> [expire <expire>] [nopurge] [recv-only]
28850+
[write-to <wtable>] [srvkey <srvkey>] [store <data_type>]*
28851+
[brates-factor <factor>] [peers <peersect>]
2885228852

2885328853
In a "peers" section:
2885428854

28855-
table <name> type <type> size <size> [expire <expire>] [nopurge] [recv-only]
28856-
[write-to <wtable>] [srvkey <srvkey>] [store <data_type>]*
28857-
[brates-factor <factor>]
28858-
28859-
Arguments (mandatory ones first, then alphabetically sorted):
28855+
table <name> type <type> size <size> [expire <expire>] [nopurge] [recv-only]
28856+
[write-to <wtable>] [srvkey <srvkey>] [store <data_type>]*
28857+
[brates-factor <factor>]
2886028858

28859+
Arguments: (mandatory ones first, then alphabetically sorted):
2886128860
- type <type>
2886228861
This mandatory argument sets the key type to <type>, which
2886328862
usually is a single word but may also have its own arguments:
@@ -29015,8 +29014,9 @@ are listed below. It is important to keep in mind that memory requirements may
2901529014
be important when storing many data types. Indeed, storing all indicators below
2901629015
at once in each entry can requires hundreds of bytes per entry, or hundreds of
2901729016
MB for a 1-million entries table. For this reason, the approximate storage size
29018-
is mentioned for each type between brackets:
29017+
is mentioned below for each type between brackets after the argument.
2901929018

29019+
Arguments:
2902029020
- bytes_in_cnt [4 bytes]
2902129021
This is the client to server byte count. It is a positive 64-bit
2902229022
integer which counts the cumulative number of bytes received from

0 commit comments

Comments
 (0)