@@ -67,6 +67,7 @@ Connection
6767
6868 The default is ``0.0.0.0 ``.
6969
70+ .. _sender_conf_auth :
7071
7172Authentication
7273==============
@@ -128,7 +129,7 @@ still use TLS by setting up a proxy in front of QuestDB, such as
128129 * ``pem_file ``: Path to a PEM-encoded certificate authority file.
129130 This is useful for testing with self-signed certificates.
130131
131- The default is: ``'webpki_roots ' ``.
132+ The default is: ``'webpki_and_os_roots ' ``.
132133
133134* ``tls_roots `` - ``str ``: Path to a PEM-encoded certificate authority file.
134135 When used it defaults the ``tls_ca `` to ``'pem_file' ``.
@@ -166,7 +167,7 @@ The following parameters control the :ref:`sender_auto_flush` behavior.
166167* ``auto_flush `` - ``'on' `` | ``'off' ``: Global switch for the auto-flushing
167168 behavior.
168169
169- * Default: ``'on'``. *
170+ Default: ``'on' ``.
170171
171172* ``auto_flush_rows `` - ``int > 0 `` | ``'off' ``: The number of rows that will
172173 trigger a flush. Set to ``'off' `` to disable.
@@ -176,12 +177,12 @@ The following parameters control the :ref:`sender_auto_flush` behavior.
176177* ``auto_flush_bytes `` - ``int > 0 `` | ``'off' ``: The number of bytes that will
177178 trigger a flush. Set to ``'off' `` to disable.
178179
179- * Default: ``'off'``. *
180+ Default: ``'off' ``.
180181
181182* ``auto_flush_interval `` - ``int > 0 `` | ``'off' ``: The time in milliseconds
182183 that will trigger a flush. Set to ``'off' `` to disable.
183184
184- * Default: 1000 (millis). *
185+ Default: 1000 (millis).
185186
186187.. _sender_conf_auto_flush_interval :
187188
@@ -229,15 +230,15 @@ Buffer
229230
230231* ``init_buf_size `` - ``int > 0 ``: Initial buffer capacity.
231232
232- * Default: 65536 (64KiB). *
233+ Default: 65536 (64KiB).
233234
234235* ``max_buf_size `` - ``int > 0 ``: Maximum flushable buffer capacity.
235236
236- * Default: 104857600 (100MiB). *
237+ Default: 104857600 (100MiB).
237238
238239* ``max_name_len `` - ``int > 0 ``: Maximum length of a table or column name.
239240
240- * Default: 127. *
241+ Default: 127.
241242
242243.. _sender_conf_request :
243244
@@ -251,13 +252,13 @@ The following parameters control the HTTP request behavior.
251252 backoff starting at 10ms and doubling after each failed attempt up to a
252253 maximum of 1 second.
253254
254- * Default: 10000 (10 seconds). *
255+ Default: 10000 (10 seconds).
255256
256257* ``request_timeout `` - ``int > 0 ``: The time in milliseconds to wait for a
257258 response from the server. This is in addition to the calculation derived from
258259 the ``request_min_throughput `` parameter.
259260
260- * Default: 10000 (10 seconds). *
261+ Default: 10000 (10 seconds).
261262
262263* ``request_min_throughput `` - ``int > 0 ``: Minimum expected throughput in
263264 bytes per second for HTTP requests. If the throughput is lower than this
@@ -266,7 +267,7 @@ The following parameters control the HTTP request behavior.
266267 This is useful for large requests.
267268 You can set this value to ``0 `` to disable this logic.
268269
269- * Default: 102400 (100 KiB/s). *
270+ Default: 102400 (100 KiB/s).
270271
271272
272273The final request timeout calculation is::
0 commit comments