We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867bf03 commit 8afbe05Copy full SHA for 8afbe05
presto-docs/src/main/sphinx/admin/properties.rst
@@ -95,6 +95,16 @@ session properties are included.
95
96
.. _tuning-memory:
97
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
108
Memory Management Properties
109
----------------------------
110
0 commit comments