Skip to content

Commit

Permalink
docs: add advanced config description
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Minulin committed Apr 9, 2019
1 parent 19bb92a commit df434e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Cube.js-Backend/@cubejs-backend-server-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ _Please note that this is advanced configuration._

| Option | Description | Default Value |
| ------ | ----------- | ------------- |
| redisPrefix | Prefix to be set an all Redis keys | `''` |
| redisPrefix | Prefix to be set an all Redis keys | `STANDALONE` |
| queryCacheOptions | Query cache options for DB queries | `{}`
| preAggregationsOptions | Query cache options for pre-aggregations | `{}`

Expand All @@ -83,7 +83,7 @@ const queueOptions = {
| continueWaitTimeout | Polling timeout | `5` |
| executionTimeout | Total timeout of single query | `600` |
| orphanedTimeout | Inactivity timeout for query | `120` |
| heartBeatInterval | Heartbeat interval | `30` |
| heartBeatInterval | Worker heartbeat interval. If `4*heartBeatInterval` time passes without reporting, the query gets cancelled. | `30` |

### Example

Expand Down

0 comments on commit df434e8

Please sign in to comment.