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/content/Configuration/Config.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ consider defining [`driverFactory`][self-driver-factory] to return a
137
137
138
138
Either `String` or `Function` could be passed. Providing a `Function` allows to
139
139
dynamically select a database type depending on the user's context. It is
140
-
usually used in [Multitenancy Setup][ref-multitenancy].
140
+
usually used in [Multitenancy Setup][ref-multitenancy].
141
141
142
142
If no option is passed, Cube.js will lookup for environment variable
143
143
`CUBEJS_DB_TYPE` to resolve `dbType`.
@@ -176,7 +176,7 @@ module.exports = {
176
176
177
177
Set a custom database driver. The function accepts context object as an argument
178
178
to allow dynamically loading database drivers, which is usually used in
179
-
[Multitenancy Applications][ref-multitenancy].
179
+
[Multitenancy Applications][ref-multitenancy].
180
180
181
181
Called once per [`dataSource`][ref-schema-ref-datasource]. Can return a
182
182
`Promise` which resolves to a `DriverConfig`. `DriverConfig` consists of a
@@ -451,8 +451,8 @@ module.exports = {
451
451
<WarningBox>
452
452
453
453
This is merely a refresh worker's heartbeat. It doesn't affect the freshness of
454
-
pre-aggregations or refresh keys, nor how frequently Cube accesses the database.
455
-
Setting this value to `30s` doesn't mean pre-aggregations or in-memory cache would be refreshed every 30 seconds but instead refresh key is checked for freshness every 30 seconds in the background.
454
+
pre-aggregations or refresh keys, nor how frequently Cube accesses the database.
455
+
Setting this value to `30s` doesn't mean pre-aggregations or in-memory cache would be refreshed every 30 seconds but instead refresh key is checked for freshness every 30 seconds in the background.
456
456
Please consult the [cube `refreshKey` documentation][ref-schema-cube-ref-refresh-key] and [pre-aggregation `refreshKey` documentation][ref-pre-aggregations-refresh-key] on how to set data refresh intervals.
0 commit comments