diff --git a/doc/user/layouts/shortcodes/configuration-parameters.html b/doc/user/layouts/shortcodes/configuration-parameters.html index 91d4fb15b9b35..c0dd83b20e4db 100644 --- a/doc/user/layouts/shortcodes/configuration-parameters.html +++ b/doc/user/layouts/shortcodes/configuration-parameters.html @@ -47,7 +47,7 @@ `max_secrets` | `100` | The maximum number of secrets in the region, across all schemas. | [Contact support] `max_sinks` | `25` | The maximum number of sinks in the region, across all schemas. | [Contact support] `max_sources` | `25` | The maximum number of sources in the region, across all schemas. | [Contact support] -`max_tables` | `25` | The maximum number of tables in the region, across all schemas | [Contact support] +`max_tables` | `200` | The maximum number of tables in the region, across all schemas | [Contact support] `mz_version` | Version-dependent | Shows the Materialize server version. | No `real_time_recency` | `false` | Boolean flag indicating whether [real-time recency](/get-started/isolation-level/#real-time-recency) is enabled for the current session. | [Contact support] `real_time_recency_timeout` | `10 seconds` | Sets the maximum allowed duration of `SELECT` statements that actively use [real-time recency](/get-started/isolation-level/#real-time-recency). | Yes