Skip to content

Commit

Permalink
documentation for new edge caching env var
Browse files Browse the repository at this point in the history
  • Loading branch information
rjawesome committed Feb 28, 2024
1 parent 88d5d3b commit 1949d70
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ Several environment variables are supported for various purposes, listed below:

**Description:**` The port that BTE will listen on.

#### `QEDGE_CACHE_TIME_S`

**Default:** `1800`

**Docker Default:** `1800`

**Description:** Number of seconds after which cached edges should expire. Default comes to 30 minutes.

#### `REDIS_CLUSTER`

**Default:** `false`
Expand All @@ -118,14 +126,6 @@ Several environment variables are supported for various purposes, listed below:

**Description:** The hostname of the Redis server BTE will be using. Required for BTE to run with Redis. See [Running BTE through Docker](./INSTALLATION.md#running-manually) or [Running the project with Redis](./INSTALLATION.md#running-the-project-with-redis) if you're using the workspace.

#### `REDIS_KEY_EXPIRE_TIME`

**Default:** `1800`

**Docker Default:** `1800`

**Description:** Number of seconds after which cached edges should expire. Default comes to 30 minutes.

#### `REDIS_PORT`

**Default:** `6379`
Expand Down

0 comments on commit 1949d70

Please sign in to comment.