Feature/expose the environment variable REQUEST_TIMEOUT (#2792)

* Expose the environment variable `REQUEST_TIMEOUT`

* Update changelog
This commit is contained in:
miles
2023-12-30 00:29:33 +08:00
committed by GitHub
parent 0034776b34
commit 34b02210df
19 changed files with 83 additions and 70 deletions

View File

@@ -100,6 +100,7 @@ We provide official container images hosted on [Docker Hub](https://hub.docker.c
| `REDIS_HOST` | | The host where _Redis_ is running |
| `REDIS_PASSWORD` | | The password of _Redis_ |
| `REDIS_PORT` | | The port where _Redis_ is running |
| `REQUEST_TIMEOUT` | `2000` | The timeout of network requests to data providers in milliseconds |
### Run with Docker Compose