You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/setting.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,5 +38,13 @@ This field must be left null when using a ClickHouse Cloud cluster.
38
38
When using a self hosted ClickHouse instance, this field should only be set when there is more than one replica and you are not using 'replicated' storage for user_directory.
39
39
-`max` (String) Max Value for the setting
40
40
-`min` (String) Min Value for the setting
41
+
-`timeouts` (Attributes) (see [below for nested schema](#nestedatt--timeouts))
41
42
-`value` (String) Value for the setting
42
43
-`writability` (String) Writability attribute for the setting
44
+
45
+
<aid="nestedatt--timeouts"></a>
46
+
### Nested Schema for `timeouts`
47
+
48
+
Optional:
49
+
50
+
-`create` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
0 commit comments