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
Turn on the Tenants feature, allowing users to be assigned to a particular Tenant.
1905
-
1906
1928
### `MB_USER_VISIBILITY`
1907
1929
1908
1930
> Only available on Metabase [Pro](/product/pro) and [Enterprise](/product/enterprise) plans.
@@ -1957,7 +1979,7 @@ Maximum number of async Jetty threads. If not set, then [MB_JETTY_MAXTHREADS](#m
1957
1979
Type: integer<br>
1958
1980
Default: `20`<br>
1959
1981
1960
-
Limits the number of rows Metabase will display in tables sent with dashboard subscriptions and alerts. Range: 1-100. To limit the total number of rows included in the file attachment for an email dashboard subscription, use [MB_UNAGGREGATED_QUERY_ROW_LIMIT](#mb_unaggregated_query_row_limit).
1982
+
Limits the number of rows Metabase will display in tables sent with dashboard subscriptions and alerts. Range: 1-100. To limit the total number of rows included in the file attachment for an email dashboard subscription, use [MB_ATTACHMENT_ROW_LIMIT](#mb_attachment_row_limit).
1961
1983
1962
1984
### `MB_AUDIT_MAX_RETENTION_DAYS`
1963
1985
@@ -2135,7 +2157,7 @@ Type: integer<br>
2135
2157
Default: `600000`<br>
2136
2158
Since: v35.0
2137
2159
2138
-
Timeout of Jetty async threads, defined in milliseconds. The default is 10 minutes. Few things might reach that timeout, since they return some type of data before, but things like CSV downloads might.
2160
+
Timeout of Jetty async threads, defined in milliseconds. The default is 10 minutes. Very few things might reach that timeout, since they return some type of data before, but things like CSV downloads might.
People will need to be in groups with either view or edit access to the collection that contains the dashboard or question to set up alerts. See [Collection permissions](../permissions/collections).
53
+
People will need to be in groups with either view or edit access to the collection that contains the dashboard or question in order to set up alerts. See [Collection permissions](../permissions/collections).
54
+
55
+
To prevent people from creating alerts and subscriptions, set the "Subscriptions and alerts" permission to "No".
<p>If remote-sync-type is :production and remote-sync-auto-import is true, the rate (in minutes) at which to check for updates to import. Defaults to 5.</p>
<p>Limits the number of rows Metabase will display in tables sent with dashboard subscriptions and alerts. Range: 1-100. To limit the total number of rows included in the file attachment for an email dashboard subscription, use <ahref="#mb_unaggregated_query_row_limit">MB_UNAGGREGATED_QUERY_ROW_LIMIT</a>.</p>
7393
+
<p>Limits the number of rows Metabase will display in tables sent with dashboard subscriptions and alerts. Range: 1-100. To limit the total number of rows included in the file attachment for an email dashboard subscription, use <ahref="#mb_attachment_row_limit">MB_ATTACHMENT_ROW_LIMIT</a>.</p>
<p>Timeout of Jetty async threads, defined in milliseconds. The default is 10 minutes. Few things might reach that timeout, since they return some type of data before, but things like CSV downloads might.</p>
7572
+
<p>Timeout of Jetty async threads, defined in milliseconds. The default is 10 minutes. Very few things might reach that timeout, since they return some type of data before, but things like CSV downloads might.</p>
0 commit comments