Skip to content

Commit 8afbe05

Browse files
committed
Add per-query-retry-limit to properties.rst
1 parent 867bf03 commit 8afbe05

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

presto-docs/src/main/sphinx/admin/properties.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,16 @@ session properties are included.
9595

9696
.. _tuning-memory:
9797

98+
``per-query-retry-limit``
99+
^^^^^^^^^^^^^^^^^^^^
100+
101+
* **Type:** ``integer``
102+
* **Minimum value:** ``0``
103+
* **Default value:** ``0``
104+
105+
The number of times that a query is automatically retried in the case of a transient query or communications failure.
106+
The default value ``0`` means that retries are disabled.
107+
98108
Memory Management Properties
99109
----------------------------
100110

0 commit comments

Comments
 (0)