From df434e851e92943725dec9ac0896349ff9cb8ca5 Mon Sep 17 00:00:00 2001 From: Timur Minulin Date: Tue, 9 Apr 2019 17:02:20 +0300 Subject: [PATCH] docs: add advanced config description --- docs/Cube.js-Backend/@cubejs-backend-server-core.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Cube.js-Backend/@cubejs-backend-server-core.md b/docs/Cube.js-Backend/@cubejs-backend-server-core.md index 177b8602f715f..376e02a3662ab 100644 --- a/docs/Cube.js-Backend/@cubejs-backend-server-core.md +++ b/docs/Cube.js-Backend/@cubejs-backend-server-core.md @@ -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 | `{}` @@ -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